bgstud commited on
Commit
20144aa
1 Parent(s): 523bb58

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -28,6 +28,30 @@ 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 +175,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
+ - name: input_features
42
+ sequence:
43
+ sequence: float32
44
+ - name: labels
45
+ sequence: int64
46
+ splits:
47
+ - name: train
48
+ num_bytes: 11354375445.0
49
+ num_examples: 10000
50
+ - name: test
51
+ num_bytes: 1140819383.0
52
+ num_examples: 994
53
+ download_size: 3798676792
54
+ dataset_size: 12495194828.0
55
  ---
56
 
57
  # Dataset Card for [Dataset Name]
 
175
 
176
  ### Contributions
177
 
178
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.