File size: 1,140 Bytes
b11fd3f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40c548b
b11fd3f
 
 
 
 
 
a25e6aa
b11fd3f
 
a25e6aa
b11fd3f
a25e6aa
 
b11fd3f
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
dataset_info:
  features:
  - name: filename
    dtype: string
  - name: label
    dtype: string
  - name: finalText
    dtype: string
  - name: num_words
    dtype: int64
  - name: segment_duration
    dtype: float64
  - name: words_per_sec
    dtype: float64
  - name: user
    dtype: string
  - name: duration
    dtype: float64
  - name: speech_rate
    dtype: float64
  - name: speech_rate_segment
    dtype: float64
  - name: lexical_density
    dtype: float64
  - name: 1gram_repeat
    dtype: int64
  - name: 2gram_repeat
    dtype: int64
  - name: 3gram_repeat
    dtype: int64
  - name: 4gram_repeat
    dtype: int64
  - name: 5gram_repeat
    dtype: int64
  - name: audio
    struct:
    - name: array
      sequence: float64
    - name: path
      dtype: string
    - name: sampling_rate
      dtype: int64
  splits:
  - name: train
    num_bytes: 666563662
    num_examples: 1041
  - name: test
    num_bytes: 222186197
    num_examples: 347
  download_size: 218974072
  dataset_size: 888749859
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---