update model card README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -53,7 +53,29 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|
|
56 |
-
| 4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
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.0042
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|
|
56 |
+
| 4.584 | 1.27 | 400 | 1.1439 |
|
57 |
+
| 0.481 | 2.55 | 800 | 0.1986 |
|
58 |
+
| 0.2384 | 3.82 | 1200 | 0.1060 |
|
59 |
+
| 0.1872 | 5.1 | 1600 | 0.1016 |
|
60 |
+
| 0.158 | 6.37 | 2000 | 0.0942 |
|
61 |
+
| 0.1427 | 7.64 | 2400 | 0.0646 |
|
62 |
+
| 0.1306 | 8.92 | 2800 | 0.0612 |
|
63 |
+
| 0.1197 | 10.19 | 3200 | 0.0423 |
|
64 |
+
| 0.1129 | 11.46 | 3600 | 0.0381 |
|
65 |
+
| 0.1054 | 12.74 | 4000 | 0.0326 |
|
66 |
+
| 0.0964 | 14.01 | 4400 | 0.0293 |
|
67 |
+
| 0.0871 | 15.29 | 4800 | 0.0239 |
|
68 |
+
| 0.0816 | 16.56 | 5200 | 0.0168 |
|
69 |
+
| 0.0763 | 17.83 | 5600 | 0.0202 |
|
70 |
+
| 0.0704 | 19.11 | 6000 | 0.0224 |
|
71 |
+
| 0.0669 | 20.38 | 6400 | 0.0208 |
|
72 |
+
| 0.063 | 21.66 | 6800 | 0.0074 |
|
73 |
+
| 0.0585 | 22.93 | 7200 | 0.0126 |
|
74 |
+
| 0.0548 | 24.2 | 7600 | 0.0086 |
|
75 |
+
| 0.0512 | 25.48 | 8000 | 0.0080 |
|
76 |
+
| 0.0487 | 26.75 | 8400 | 0.0052 |
|
77 |
+
| 0.0455 | 28.03 | 8800 | 0.0062 |
|
78 |
+
| 0.0433 | 29.3 | 9200 | 0.0042 |
|
79 |
|
80 |
|
81 |
### Framework versions
|