update model card README.md
Browse files
README.md
CHANGED
@@ -3,8 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: jonatasgrosman/wav2vec2-large-xlsr-53-arabic
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
|
7 |
-
-
|
8 |
model-index:
|
9 |
- name: tamasheq-99
|
10 |
results: []
|
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# tamasheq-99
|
17 |
|
18 |
-
This model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-arabic](https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-arabic) on the
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
-
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -50,12 +50,13 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
3 |
base_model: jonatasgrosman/wav2vec2-large-xlsr-53-arabic
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- common_voice
|
8 |
model-index:
|
9 |
- name: tamasheq-99
|
10 |
results: []
|
|
|
15 |
|
16 |
# tamasheq-99
|
17 |
|
18 |
+
This model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-arabic](https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-arabic) on the common_voice dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.1909
|
21 |
+
- Cer: 0.1316
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
+
| 11.1661 | 6.0 | 300 | 3.1963 | 0.9694 |
|
56 |
+
| 2.5713 | 12.0 | 600 | 0.5591 | 0.1554 |
|
57 |
+
| 0.4775 | 18.0 | 900 | 0.2220 | 0.1275 |
|
58 |
+
| 0.3081 | 24.0 | 1200 | 0.1992 | 0.1284 |
|
59 |
+
| 0.27 | 30.0 | 1500 | 0.1909 | 0.1316 |
|
60 |
|
61 |
|
62 |
### Framework versions
|