infinitejoy
commited on
Commit
•
90d66ba
1
Parent(s):
f405841
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,12 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
-
-
|
|
|
|
|
|
|
|
|
5 |
datasets:
|
6 |
- common_voice
|
7 |
model-index:
|
@@ -9,9 +14,6 @@ model-index:
|
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
-
should probably proofread and complete it, then remove this comment. -->
|
14 |
-
|
15 |
# wav2vec2-large-xls-r-300m-assamese
|
16 |
|
17 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice_7_0 dataset.
|
@@ -29,7 +31,11 @@ More information needed
|
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
-
|
|
|
|
|
|
|
|
|
33 |
|
34 |
## Training procedure
|
35 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language: as
|
4 |
tags:
|
5 |
+
- audio
|
6 |
+
- automatic-speech-recognition
|
7 |
+
- speech
|
8 |
+
- xlsr-fine-tuning
|
9 |
+
- robust-speech-event
|
10 |
datasets:
|
11 |
- common_voice
|
12 |
model-index:
|
|
|
14 |
results: []
|
15 |
---
|
16 |
|
|
|
|
|
|
|
17 |
# wav2vec2-large-xls-r-300m-assamese
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice_7_0 dataset.
|
|
|
31 |
|
32 |
## Training and evaluation data
|
33 |
|
34 |
+
To compute the evaluation parameters
|
35 |
+
|
36 |
+
```bash
|
37 |
+
cd wav2vec2-large-xls-r-300m-odia; python eval.py --model_id ./ --dataset mozilla-foundation/common_voice_7_0 --config or --split test --log_outputs
|
38 |
+
```
|
39 |
|
40 |
## Training procedure
|
41 |
|