zinc75 commited on
Commit
42455bf
1 Parent(s): fb0d624

Try to fix README yaml header (modified idents)

Browse files
Files changed (1) hide show
  1. README.md +52 -52
README.md CHANGED
@@ -21,56 +21,56 @@ annotations_creators:
21
  - expert-generated
22
  pretty_name: 'VibraVox'
23
  configs:
24
- - config_name: ASR_Reference_microphone
25
- features:
26
- - name: file_name
27
- dtype: string
28
- - name: transcription
29
- dtype: string
30
- - name: sensor_id
31
- dtype: string
32
- - name: speaker_id
33
- dtype: int64
34
- - name: gender
35
- dtype: string
36
- - name: type
37
- dtype: string
38
- - name: gender
39
- dtype: string
40
- - name: split
41
- dtype: string
42
- data_files:
43
- - split: train
44
- path: "train_ASR_ref_microphone.tsv"
45
- - split: val
46
- path: "val_ASR_ref_microphone.tsv"
47
- - split: test
48
- path: "test_ASR_ref_microphone.tsv"
49
- - config_name: ASR_Laryngophone
50
- features:
51
- - name: file_name
52
- dtype: string
53
- - name: audio
54
- dtype: audio
55
- - name: transcription
56
- dtype: string
57
- - name: sensor_id
58
- dtype: string
59
- - name: speaker_id
60
- dtype: int64
61
- - name: gender
62
- dtype: string
63
- - name: type
64
- dtype: string
65
- - name: gender
66
- dtype: string
67
- - name: split
68
- dtype: string
69
- data_files:
70
- - split: train
71
- path: "train_ASR_laryngophone.tsv"
72
- - split: val
73
- path: "val_ASR_laryngophone.tsv"
74
- - split: test
75
- path: "test_ASR_laryngophone.tsv"
76
  ---
 
21
  - expert-generated
22
  pretty_name: 'VibraVox'
23
  configs:
24
+ - config_name: ASR_Reference_microphone
25
+ features:
26
+ - name: file_name
27
+ dtype: string
28
+ - name: transcription
29
+ dtype: string
30
+ - name: sensor_id
31
+ dtype: string
32
+ - name: speaker_id
33
+ dtype: int64
34
+ - name: gender
35
+ dtype: string
36
+ - name: type
37
+ dtype: string
38
+ - name: gender
39
+ dtype: string
40
+ - name: split
41
+ dtype: string
42
+ data_files:
43
+ - split: train
44
+ path: "train_ASR_ref_microphone.tsv"
45
+ - split: val
46
+ path: "val_ASR_ref_microphone.tsv"
47
+ - split: test
48
+ path: "test_ASR_ref_microphone.tsv"
49
+ - config_name: ASR_Laryngophone
50
+ features:
51
+ - name: file_name
52
+ dtype: string
53
+ - name: audio
54
+ dtype: audio
55
+ - name: transcription
56
+ dtype: string
57
+ - name: sensor_id
58
+ dtype: string
59
+ - name: speaker_id
60
+ dtype: int64
61
+ - name: gender
62
+ dtype: string
63
+ - name: type
64
+ dtype: string
65
+ - name: gender
66
+ dtype: string
67
+ - name: split
68
+ dtype: string
69
+ data_files:
70
+ - split: train
71
+ path: "train_ASR_laryngophone.tsv"
72
+ - split: val
73
+ path: "val_ASR_laryngophone.tsv"
74
+ - split: test
75
+ path: "test_ASR_laryngophone.tsv"
76
  ---