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,13 +50,13 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
-
| 11.
|
56 |
-
| 2.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
3 |
base_model: jonatasgrosman/wav2vec2-large-xlsr-53-arabic
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- wer
|
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 None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3007
|
21 |
+
- Wer: 0.4911
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
+
| 11.9337 | 6.0 | 300 | 3.2207 | 1.0 |
|
56 |
+
| 2.8261 | 12.0 | 600 | 0.9838 | 0.7251 |
|
57 |
+
| 0.5773 | 18.0 | 900 | 0.3437 | 0.5014 |
|
58 |
+
| 0.3252 | 24.0 | 1200 | 0.3029 | 0.4940 |
|
59 |
+
| 0.2821 | 30.0 | 1500 | 0.3007 | 0.4911 |
|
60 |
|
61 |
|
62 |
### Framework versions
|