diarray commited on
Commit
3c1a848
Β·
1 Parent(s): 59e709f

Removed subsets jeli-asr-rmai and bam-asr-oza, kept jeli-asr

Browse files
Files changed (1) hide show
  1. README.md +18 -37
README.md CHANGED
@@ -44,53 +44,38 @@ dataset_info:
44
  total_duration_hours: ~37
45
 
46
  configs:
47
- - config_name: jeli-asr-rmai
48
- data_files:
49
- - split: train
50
- path: "jeli-asr-rmai/train/*"
51
- - split: test
52
- path: "jeli-asr-rmai/test/*"
53
-
54
- - config_name: bam-asr-oza
55
- data_files:
56
- - split: train
57
- path: "bam-asr-oza/train/*/*"
58
- - split: test
59
- path: "bam-asr-oza/test/*"
60
-
61
- - config_name: oza-mali-pense
62
- data_files:
63
- - split: train
64
- path: "oza-mali-pense/train/*"
65
- - config_name: rt-data-collection
66
- data_files:
67
- - split: train
68
- path: "rt-data-collection/*"
69
-
70
- - config_name: jeli-asr
71
  data_files:
72
  - split: train
73
  path:
74
  - "jeli-asr-rmai/train/*"
75
  - "bam-asr-oza/train/*/*"
 
 
76
  - split: test
77
  path:
78
  - "jeli-asr-rmai/test/*"
79
  - "bam-asr-oza/test/*"
80
-
81
- - config_name: bam-asr-all
82
- default: true
83
  data_files:
84
  - split: train
85
  path:
86
  - "jeli-asr-rmai/train/*"
87
  - "bam-asr-oza/train/*/*"
88
- - "oza-mali-pense/train/*"
89
- - "rt-data-collection/*"
90
  - split: test
91
  path:
92
  - "jeli-asr-rmai/test/*"
93
  - "bam-asr-oza/test/*"
 
 
 
 
 
 
 
 
 
94
  description: |
95
  This Dataset is a multilingual audio dataset containing audio samples in Bambara with semi-expert transcriptions and French translations.
96
  Each audio file is paired with its transcription in Bambara or its translation in French (available in manifest files).
@@ -113,7 +98,7 @@ Please note that this dataset is currently in development and is therefore not f
113
  bam-asr-all/
114
  |
115
  β”œβ”€β”€ README.md
116
- β”œβ”€β”€ metadata.jsonl
117
  β”œβ”€β”€ manifests/
118
  β”‚ β”œβ”€β”€ jeli-asr-rmai-test-manifest.json
119
  β”‚ β”œβ”€β”€ jeli-asr-rmai-train-manifest.json
@@ -142,7 +127,7 @@ bam-asr-all/
142
  β”œβ”€β”€ oza-mali-pense/
143
  β”‚ β”œβ”€β”€ train/
144
  |
145
- β”œβ”€β”€ oza-mali-pense/
146
  ```
147
 
148
  ### **manifests Directory**
@@ -207,11 +192,7 @@ dataset = load_dataset("RobotsMali/bam-asr-all")
207
 
208
  ## **Known Issues**
209
 
210
- While significantly improved, this dataset may still contain a few Slightly misaligned samples. It hasΒ conserved most of the issues of the original dataset such as:Β 
211
-
212
- - Inconsistent transcriptions
213
- - Non-standardized naming conventions.
214
- - Language and spelling issues
215
 
216
  ---
217
 
@@ -219,6 +200,6 @@ While significantly improved, this dataset may still contain a few Slightly misa
219
 
220
  If you use this dataset in your research or project, please credit the creators of these datasets.
221
 
222
- - **Jeli-ASR dataset**: [Original Jeli-ASR Dataset](https://github.com/robotsmali-ai/jeli-asr).Β 
223
  - **Oza's Bambara-ASR dataset**: [oza75/bambara-asr](https://huggingface.co/datasets/oza75/bambara-asr)
224
  - **Oza's Bambara-TTS dataset**: [oza75/bambara-tts](https://huggingface.co/datasets/oza75/bambara-tts)
 
44
  total_duration_hours: ~37
45
 
46
  configs:
47
+ - config_name: bam-asr-all
48
+ default: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  data_files:
50
  - split: train
51
  path:
52
  - "jeli-asr-rmai/train/*"
53
  - "bam-asr-oza/train/*/*"
54
+ - "oza-mali-pense/train/*"
55
+ - "rt-data-collection/*"
56
  - split: test
57
  path:
58
  - "jeli-asr-rmai/test/*"
59
  - "bam-asr-oza/test/*"
60
+ - config_name: jeli-asr
 
 
61
  data_files:
62
  - split: train
63
  path:
64
  - "jeli-asr-rmai/train/*"
65
  - "bam-asr-oza/train/*/*"
 
 
66
  - split: test
67
  path:
68
  - "jeli-asr-rmai/test/*"
69
  - "bam-asr-oza/test/*"
70
+ - config_name: oza-mali-pense
71
+ data_files:
72
+ - split: train
73
+ path: "oza-mali-pense/train/*"
74
+ - config_name: rt-data-collection
75
+ data_files:
76
+ - split: train
77
+ path: "rt-data-collection/*"
78
+
79
  description: |
80
  This Dataset is a multilingual audio dataset containing audio samples in Bambara with semi-expert transcriptions and French translations.
81
  Each audio file is paired with its transcription in Bambara or its translation in French (available in manifest files).
 
98
  bam-asr-all/
99
  |
100
  β”œβ”€β”€ README.md
101
+ β”œβ”€β”€ metadata.csv
102
  β”œβ”€β”€ manifests/
103
  β”‚ β”œβ”€β”€ jeli-asr-rmai-test-manifest.json
104
  β”‚ β”œβ”€β”€ jeli-asr-rmai-train-manifest.json
 
127
  β”œβ”€β”€ oza-mali-pense/
128
  β”‚ β”œβ”€β”€ train/
129
  |
130
+ β”œβ”€β”€ rt-data-collection/
131
  ```
132
 
133
  ### **manifests Directory**
 
192
 
193
  ## **Known Issues**
194
 
195
+ This dataset also has most of the issues of Jeli-ASR, plus a few samples with missing french translations
 
 
 
 
196
 
197
  ---
198
 
 
200
 
201
  If you use this dataset in your research or project, please credit the creators of these datasets.
202
 
203
+ - **Jeli-ASR dataset**: [Jeli-ASR Dataset](https://huggingface.co/datasets/RobotsMali/jeli-asr).Β 
204
  - **Oza's Bambara-ASR dataset**: [oza75/bambara-asr](https://huggingface.co/datasets/oza75/bambara-asr)
205
  - **Oza's Bambara-TTS dataset**: [oza75/bambara-tts](https://huggingface.co/datasets/oza75/bambara-tts)