Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
bgstud commited on
Commit
9095e8f
1 Parent(s): 1b6e4b4

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: 471755846.3910719
44
+ num_examples: 10000
45
+ - name: test
46
+ num_bytes: 19497172.25755167
47
+ num_examples: 451
48
+ download_size: 436911322
49
+ dataset_size: 491253018.6486236
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.