File size: 1,444 Bytes
4bb2f63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
62
63
64
65
66
67
68
69
70
71
72
73
---
dataset_info:
  features:
  - name: uuid
    dtype: string
  - name: audio
    dtype: audio
  - name: orig_sentence
    dtype: string
  - name: sentence
    dtype: string
  - name: is_retranscribe
    dtype: bool
  - name: transcriber
    dtype: int64
  - name: extra_data
    struct:
    - name: attributes
      struct:
      - name: retranscribe
        dtype: bool
    - name: duration
      dtype: float64
    - name: foreign_language
      dtype: bool
    - name: max_logprob
      dtype: float64
    - name: multiple_speakers
      dtype: bool
    - name: noisy
      dtype: bool
    - name: orig_text
      dtype: string
    - name: skipped
      dtype: bool
    - name: stats
      struct:
      - name: numFullPlays
        dtype: int64
      - name: numPauseClicks
        dtype: int64
      - name: numPlayClicks
        dtype: int64
      - name: referer
        dtype: string
      - name: time
        dtype: float64
      - name: user_agent
        dtype: string
    - name: text
      dtype: string
    - name: too_long
      dtype: bool
    - name: unintelligible
      dtype: bool
  splits:
  - name: train
    num_bytes: 20949729485.454
    num_examples: 203827
  - name: test
    num_bytes: 2702727511.152
    num_examples: 20711
  download_size: 19950659245
  dataset_size: 23652456996.606
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---