jeu commited on
Commit
03d1b31
·
1 Parent(s): 8ad4081
Files changed (1) hide show
  1. README.md +7 -25
README.md CHANGED
@@ -1,30 +1,12 @@
1
  ---
2
- annotations_creators:
3
- - no-annotation
4
- language_creators:
5
- - found
6
- language:
7
- - en # Update with your language code
8
- license:
9
- - cc-by-4.0 # Update with your license
10
- multilinguality:
11
- - monolingual
12
- size_categories:
13
- - 10K<n<100K # Update based on your dataset size
14
- source_datasets:
15
- - original
16
- task_categories:
17
- - automatic-speech-recognition
18
- task_ids:
19
- - speech-recognition
20
-
21
  dataset_info:
22
  features:
23
  - name: text
24
  dtype: string
25
  - name: audio
26
- dtype: audio
27
- sampling_rate: 24000
 
28
  splits:
29
  - name: train
30
  num_bytes: 64496234
@@ -33,8 +15,8 @@ dataset_info:
33
  dataset_size: 64496234
34
 
35
  configs:
36
- - config_name: default
37
- data_files:
38
- - split: train
39
- path: train-00000-of-00001.parquet # or "data/*.parquet" if using multiple files
40
  ---
 
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: text
5
  dtype: string
6
  - name: audio
7
+ dtype:
8
+ audio:
9
+ sampling_rate: 24000
10
  splits:
11
  - name: train
12
  num_bytes: 64496234
 
15
  dataset_size: 64496234
16
 
17
  configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train-*
22
  ---