update model card README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: facebook/wav2vec2-xlsr-53-espeak-cv-ft
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: tamasheq-99
|
8 |
results: []
|
@@ -13,7 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# tamasheq-99
|
15 |
|
16 |
-
This model is a fine-tuned version of [facebook/wav2vec2-xlsr-53-espeak-cv-ft](https://huggingface.co/facebook/wav2vec2-xlsr-53-espeak-cv-ft) on
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -45,6 +50,17 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
### Training results
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
|
|
3 |
base_model: facebook/wav2vec2-xlsr-53-espeak-cv-ft
|
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 [facebook/wav2vec2-xlsr-53-espeak-cv-ft](https://huggingface.co/facebook/wav2vec2-xlsr-53-espeak-cv-ft) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.8641
|
21 |
+
- Wer: 1.0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
+
| 10.0753 | 2.86 | 10 | 10.1435 | 1.6667 |
|
56 |
+
| 9.4458 | 5.71 | 20 | 9.0880 | 1.0 |
|
57 |
+
| 8.6766 | 8.57 | 30 | 7.2508 | 1.0 |
|
58 |
+
| 6.5268 | 11.43 | 40 | 4.9611 | 1.0 |
|
59 |
+
| 4.9686 | 14.29 | 50 | 3.6603 | 1.0 |
|
60 |
+
| 3.7601 | 17.14 | 60 | 3.2519 | 1.0 |
|
61 |
+
| 3.2887 | 20.0 | 70 | 3.0620 | 1.0 |
|
62 |
+
| 3.1475 | 22.86 | 80 | 2.9495 | 1.0 |
|
63 |
+
| 3.0013 | 25.71 | 90 | 2.8641 | 1.0 |
|
64 |
|
65 |
|
66 |
### Framework versions
|