diarray commited on
Commit
1a4e2c8
·
1 Parent(s): 9a28a6c

Add Metadata information

Browse files
Files changed (2) hide show
  1. README.md +43 -1
  2. dataset_card.yaml +0 -41
README.md CHANGED
@@ -115,6 +115,48 @@ This version was created after some shallow cleaning on the transcriptions and r
115
 
116
  ## Citation
117
 
118
- If you use this dataset in your research or project, please give credit to the creators of the original ![Jeli-ASR dataset](https://github.com/robotsmali-ai/jeli-asr).
119
 
120
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
 
116
  ## Citation
117
 
118
+ If you use this dataset in your research or project, please give credit to the creators of the original [Jeli-ASR dataset](https://github.com/robotsmali-ai/jeli-asr).
119
 
120
  ---
121
+ language:
122
+ - bm # ISO 639-1 code for Bambara
123
+ - fr # ISO 639-1 code for French
124
+ pretty_name: "Jeli-ASR Audio Dataset"
125
+ tags:
126
+ - audio
127
+ - transcription
128
+ - multilingual
129
+ - Bambara
130
+ - French
131
+ license: "CC-BY-4.0 license" # Replace with the appropriate license for your dataset
132
+ task_categories:
133
+ - automatic-speech-recognition
134
+ - translation
135
+ task_ids:
136
+ - speech-to-text
137
+ - translation-text-to-text
138
+ annotations_creators:
139
+ - semi-expert
140
+ language_creators:
141
+ - crowdsourced # If the data was annotated or recorded by a team
142
+ source_datasets:
143
+ - jeli-asr
144
+ size_categories:
145
+ - 10GB<
146
+ dataset_info:
147
+ audio_format: "wav"
148
+ total_audio_files: 11533
149
+ total_duration_hours: ~30
150
+ features:
151
+ audio:
152
+ - path: string
153
+ transcription:
154
+ - bam: string
155
+ - french: string
156
+ description: |
157
+ The **Jeli Audio Dataset** is a multilingual audio dataset containing audio samples
158
+ in Bambara and French. Each audio file is paired with its transcription in Bambara or
159
+ its translation in French (available in manifest files). The dataset is designed for tasks
160
+ like automatic speech recognition (ASR) and translation.
161
+ Data was recorded in an organized setup in Mali with griots and semi-professionally transcribed, and translated into French.
162
+ ---
dataset_card.yaml DELETED
@@ -1,41 +0,0 @@
1
- language:
2
- - bm # ISO 639-1 code for Bambara
3
- - fr # ISO 639-1 code for French
4
- pretty_name: "Jeli-ASR Audio Dataset"
5
- tags:
6
- - audio
7
- - transcription
8
- - multilingual
9
- - Bambara
10
- - French
11
- license: "CC-BY-4.0 license" # Replace with the appropriate license for your dataset
12
- task_categories:
13
- - automatic-speech-recognition
14
- - translation
15
- task_ids:
16
- - speech-to-text
17
- - translation-text-to-text
18
- annotations_creators:
19
- - semi-expert
20
- language_creators:
21
- - crowdsourced # If the data was annotated or recorded by a team
22
- source_datasets:
23
- - jeli-asr
24
- size_categories:
25
- - 10GB<
26
- dataset_info:
27
- audio_format: "wav"
28
- total_audio_files: 11533
29
- total_duration_hours: ~30
30
- features:
31
- audio:
32
- - path: string
33
- transcription:
34
- - bam: string
35
- - french: string
36
- description: |
37
- The **Jeli Audio Dataset** is a multilingual audio dataset containing audio samples
38
- in Bambara and French. Each audio file is paired with its transcription in Bambara or
39
- its translation in French (available in manifest files). The dataset is designed for tasks
40
- like automatic speech recognition (ASR) and translation.
41
- Data was recorded in an organized setup in Mali with griots and semi-professionally transcribed, and translated into French.