File formatting update on README
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: other
|
3 |
task_categories:
|
|
|
1 |
+
# ALFFAAmharic a dataset for Amharic ASR
|
2 |
+
|
3 |
+
A Dataset script to access the ALFFAmharic through the transformer tool. This dataset allows easy loading and processing of the ALFFAmharic
|
4 |
+
training audio and corresponding transcriptions using the transformer's load_dataset() method.
|
5 |
+
|
6 |
+
`amha = load_dataset("Samuael/ALFFAAmharic", data_dir="/path/to/the/data/folder/")`
|
7 |
+
|
8 |
+
Training folder structure:
|
9 |
+
|
10 |
+
```
|
11 |
+
folder- train
|
12 |
+
- wav/
|
13 |
+
- 1234.wav
|
14 |
+
- 5678.wav
|
15 |
+
- ...
|
16 |
+
- text.txt
|
17 |
+
- test
|
18 |
+
- wav/
|
19 |
+
- 1234.wav
|
20 |
+
- 5678.wav
|
21 |
+
- ...
|
22 |
+
- text.txt
|
23 |
+
```
|
24 |
+
|
25 |
---
|
26 |
license: other
|
27 |
task_categories:
|