Datasets:
gauravparajuli
commited on
Commit
•
7886eac
1
Parent(s):
04cc8e1
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,29 @@ configs:
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
+
task_categories:
|
20 |
+
- automatic-speech-recognition
|
21 |
+
language:
|
22 |
+
- ne
|
23 |
+
size_categories:
|
24 |
+
- 1K<n<10K
|
25 |
---
|
26 |
+
|
27 |
+
# OpenSLR43 Dataset
|
28 |
+
|
29 |
+
## Description
|
30 |
+
|
31 |
+
This dataset contains audio files and their corresponding transcripts from OpenSLR43.
|
32 |
+
|
33 |
+
## Data
|
34 |
+
|
35 |
+
- **Audio Files**: WAV format.
|
36 |
+
- **Transcripts**: Text files with the transcription of each audio file.
|
37 |
+
|
38 |
+
## License
|
39 |
+
|
40 |
+
Specify the license information here.
|
41 |
+
|
42 |
+
## Citation
|
43 |
+
|
44 |
+
Provide citation information if available.
|