infinitejoy
commited on
Commit
•
08fd86d
1
Parent(s):
50552ee
Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ tags:
|
|
9 |
- as
|
10 |
- robust-speech-event
|
11 |
datasets:
|
12 |
-
-
|
13 |
model-index:
|
14 |
- name: XLS-R-300M - Assamese
|
15 |
results:
|
@@ -50,7 +50,7 @@ More information needed
|
|
50 |
To compute the evaluation parameters
|
51 |
|
52 |
```bash
|
53 |
-
cd wav2vec2-large-xls-r-300m-
|
54 |
```
|
55 |
|
56 |
## Training procedure
|
|
|
9 |
- as
|
10 |
- robust-speech-event
|
11 |
datasets:
|
12 |
+
- mozilla-foundation/common_voice_7_0
|
13 |
model-index:
|
14 |
- name: XLS-R-300M - Assamese
|
15 |
results:
|
|
|
50 |
To compute the evaluation parameters
|
51 |
|
52 |
```bash
|
53 |
+
cd wav2vec2-large-xls-r-300m-assamese; python eval.py --model_id ./ --dataset mozilla-foundation/common_voice_7_0 --config as --split test --log_outputs
|
54 |
```
|
55 |
|
56 |
## Training procedure
|