bgstud commited on
Commit
10ecf03
1 Parent(s): d2f0d13

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -28,6 +28,25 @@ train-eval-index:
28
  eval_split: test
29
  task: token-classification
30
  task_id: entity_extraction
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ---
32
 
33
  # Dataset Card for [Dataset Name]
@@ -151,4 +170,4 @@ train-eval-index:
151
 
152
  ### Contributions
153
 
154
- Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
 
28
  eval_split: test
29
  task: token-classification
30
  task_id: entity_extraction
31
+ dataset_info:
32
+ features:
33
+ - name: audio
34
+ dtype:
35
+ audio:
36
+ sampling_rate: 16000
37
+ - name: sentence
38
+ dtype: string
39
+ - name: accent
40
+ dtype: string
41
+ splits:
42
+ - name: train
43
+ num_bytes: 419902426.3910719
44
+ num_examples: 10000
45
+ - name: test
46
+ num_bytes: 41430604.33704293
47
+ num_examples: 994
48
+ download_size: 440738761
49
+ dataset_size: 461333030.72811484
50
  ---
51
 
52
  # Dataset Card for [Dataset Name]
 
170
 
171
  ### Contributions
172
 
173
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.