mrfakename commited on
Commit
f18ce47
·
verified ·
1 Parent(s): ff1d667

Fix dataset so that it can be used in `load_dataset`

Browse files
Files changed (1) hide show
  1. README.md +0 -39
README.md CHANGED
@@ -9,47 +9,8 @@ task_categories:
9
  - automatic-speech-recognition
10
  - audio-to-audio
11
  - audio-classification
12
- dataset_info:
13
- features:
14
- - name: audio
15
- dtype: audio
16
- - name: speaker_id
17
- dtype: string
18
- - name: transcript
19
- dtype: string
20
- - name: accent
21
- dtype: string
22
- - name: duration
23
- dtype: float64
24
- - name: age
25
- dtype: string
26
- - name: gender
27
- dtype: string
28
- splits:
29
- - name: test
30
- num_bytes: 496943021.995
31
- num_examples: 5455
32
- - name: val
33
- num_bytes: 567088984.868
34
- num_examples: 3779
35
- - name: train
36
- num_bytes: 81730701450.332
37
- num_examples: 533436
38
- download_size: 122944891314
39
- dataset_size: 82794733457.195
40
- configs:
41
- - config_name: default
42
- data_files:
43
- - split: test
44
- path: data/test-*
45
- - split: val
46
- path: data/val-*
47
- - split: train
48
- path: data/train-*
49
  ---
50
 
51
-
52
-
53
  # Important notice
54
 
55
  Differences between V2 version and [the version described in paper](https://huggingface.co/datasets/MushanW/GLOBE):
 
9
  - automatic-speech-recognition
10
  - audio-to-audio
11
  - audio-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
 
 
14
  # Important notice
15
 
16
  Differences between V2 version and [the version described in paper](https://huggingface.co/datasets/MushanW/GLOBE):