update model card README.md
Browse files
README.md
CHANGED
@@ -14,8 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
-
- Wer: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -50,25 +50,25 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
-
| 4.
|
54 |
-
| 1.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
|
68 |
|
69 |
### Framework versions
|
70 |
|
71 |
-
- Transformers 4.
|
72 |
- Pytorch 1.12.0+cu113
|
73 |
-
- Datasets
|
74 |
- Tokenizers 0.12.1
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.2481
|
18 |
+
- Wer: 0.2480
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| 4.7387 | 2.12 | 400 | 3.1791 | 1.0 |
|
54 |
+
| 1.3766 | 4.23 | 800 | 0.4876 | 0.5264 |
|
55 |
+
| 0.476 | 6.35 | 1200 | 0.2955 | 0.3648 |
|
56 |
+
| 0.3209 | 8.46 | 1600 | 0.2926 | 0.3473 |
|
57 |
+
| 0.2591 | 10.58 | 2000 | 0.2723 | 0.3094 |
|
58 |
+
| 0.2055 | 12.7 | 2400 | 0.2746 | 0.3027 |
|
59 |
+
| 0.1802 | 14.81 | 2800 | 0.2672 | 0.2976 |
|
60 |
+
| 0.1552 | 16.93 | 3200 | 0.2822 | 0.2807 |
|
61 |
+
| 0.1413 | 19.05 | 3600 | 0.2652 | 0.2856 |
|
62 |
+
| 0.1232 | 21.16 | 4000 | 0.2631 | 0.2655 |
|
63 |
+
| 0.1146 | 23.28 | 4400 | 0.2561 | 0.2574 |
|
64 |
+
| 0.1086 | 25.4 | 4800 | 0.2461 | 0.2527 |
|
65 |
+
| 0.0944 | 27.51 | 5200 | 0.2521 | 0.2535 |
|
66 |
+
| 0.0881 | 29.63 | 5600 | 0.2481 | 0.2480 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
70 |
|
71 |
+
- Transformers 4.21.0
|
72 |
- Pytorch 1.12.0+cu113
|
73 |
+
- Datasets 2.4.0
|
74 |
- Tokenizers 0.12.1
|