zinc75 commited on
Commit
68e4ecc
1 Parent(s): e335fc3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +89 -53
README.md CHANGED
@@ -1,60 +1,96 @@
1
  ---
 
 
 
 
 
 
 
2
  license: cc-by-4.0
3
- task_categories:
4
- - audio-to-audio
5
- - automatic-speech-recognition
6
- - audio-classification
7
- - text-to-speech
8
- task_ids:
9
- - speaker-identification
10
  size_categories:
11
- - 10K<n<100K
12
  source_datasets: []
13
- language:
14
- - fr
15
- multilinguality:
16
- - monolingual
17
- language_creators:
18
- - crowdsourced
19
- - expert-generated
20
- annotations_creators:
21
- - expert-generated
22
- pretty_name: 'VibraVox'
23
  configs:
24
- - config_name: ASR_Reference_microphone
25
- data_files:
26
- - split: train
27
- path: "ASR_reference_mic/clean/train/*"
28
- - split: val
29
- path: "ASR_reference_mic/clean/val/*"
30
- - split: test
31
- path: "ASR_reference_mic/clean/test/*"
32
- - config_name: ASR_Laryngophone
33
- data_files:
34
- - split: train
35
- path: "train_ASR_laryngophone.tsv"
36
- - split: val
37
- path: "val_ASR_laryngophone.tsv"
38
- - split: test
39
- path: "test_ASR_laryngophone.tsv"
 
 
 
 
 
 
 
 
40
  dataset_info:
41
- - config_name: ASR_Reference_microphone
42
- features:
43
- - name: file_name
44
- dtype: audio
45
- - name: transcription
46
- dtype: string
47
- - name: sensor_id
48
- dtype: string
49
- - name: speaker_id
50
- dtype: int64
51
- - name: gender
52
- dtype: string
53
- - name: type
54
- dtype: string
55
- - name: gender
56
- dtype: string
57
- - name: split
58
- dtype: string
59
- - config_name: ASR_Laryngophone
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  ---
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - crowdsourced
6
+ - expert-generated
7
+ language:
8
+ - fr
9
  license: cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
 
 
 
 
 
12
  size_categories:
13
+ - 10K<n<100K
14
  source_datasets: []
15
+ task_categories:
16
+ - audio-to-audio
17
+ - automatic-speech-recognition
18
+ - audio-classification
19
+ - text-to-speech
20
+ task_ids:
21
+ - speaker-identification
22
+ pretty_name: VibraVox
 
 
23
  configs:
24
+ - config_name: ASR_Headworn_mouth_microphone
25
+ data_files:
26
+ - split: train
27
+ path: ASR_Headworn_mouth_microphone/train-*
28
+ - split: validation
29
+ path: ASR_Headworn_mouth_microphone/validation-*
30
+ - split: test
31
+ path: ASR_Headworn_mouth_microphone/test-*
32
+ - config_name: ASR_Laryngophone
33
+ data_files:
34
+ - split: train
35
+ path: train_ASR_laryngophone.tsv
36
+ - split: val
37
+ path: val_ASR_laryngophone.tsv
38
+ - split: test
39
+ path: test_ASR_laryngophone.tsv
40
+ - config_name: ASR_Reference_microphone
41
+ data_files:
42
+ - split: train
43
+ path: ASR_reference_mic/clean/train/*
44
+ - split: val
45
+ path: ASR_reference_mic/clean/val/*
46
+ - split: test
47
+ path: ASR_reference_mic/clean/test/*
48
  dataset_info:
49
+ - config_name: ASR_Headworn_mouth_microphone
50
+ features:
51
+ - name: audio
52
+ dtype: audio
53
+ - name: transcription
54
+ dtype: string
55
+ - name: sensor_id
56
+ dtype: string
57
+ - name: speaker_id
58
+ dtype: string
59
+ - name: gender
60
+ dtype: string
61
+ - name: type
62
+ dtype: string
63
+ - name: split
64
+ dtype: string
65
+ splits:
66
+ - name: train
67
+ num_bytes: 5335254.0
68
+ num_examples: 8
69
+ - name: validation
70
+ num_bytes: 695227.0
71
+ num_examples: 1
72
+ - name: test
73
+ num_bytes: 704461.0
74
+ num_examples: 1
75
+ download_size: 6633537
76
+ dataset_size: 6734942.0
77
+ - config_name: ASR_Laryngophone
78
+ - config_name: ASR_Reference_microphone
79
+ features:
80
+ - name: file_name
81
+ dtype: audio
82
+ - name: transcription
83
+ dtype: string
84
+ - name: sensor_id
85
+ dtype: string
86
+ - name: speaker_id
87
+ dtype: int64
88
+ - name: gender
89
+ dtype: string
90
+ - name: type
91
+ dtype: string
92
+ - name: gender
93
+ dtype: string
94
+ - name: split
95
+ dtype: string
96
  ---