Commit
·
d03ee2a
1
Parent(s):
1ecfc0d
update model card README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
- robust-speech-event
|
6 |
datasets:
|
7 |
- common_voice
|
8 |
model-index:
|
@@ -17,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
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 dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Wer: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,18 +45,16 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.12
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.1479 | 125.0 | 2000 | 0.8560 | 0.5746 |
|
60 |
-
| 0.102 | 150.0 | 2400 | 0.8763 | 0.5679 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
5 |
datasets:
|
6 |
- common_voice
|
7 |
model-index:
|
|
|
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 dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.8318
|
20 |
+
- Wer: 0.5174
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.12
|
48 |
+
- num_epochs: 120
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
54 |
+
| 4.882 | 25.0 | 400 | 1.2290 | 0.8182 |
|
55 |
+
| 0.8275 | 50.0 | 800 | 0.6835 | 0.5398 |
|
56 |
+
| 0.337 | 75.0 | 1200 | 0.7789 | 0.5107 |
|
57 |
+
| 0.2113 | 100.0 | 1600 | 0.8318 | 0.5174 |
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|