End of training
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value:
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the ml-superb-subset dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
-
- Wer:
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -52,7 +52,7 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate:
|
56 |
- train_batch_size: 8
|
57 |
- eval_batch_size: 8
|
58 |
- seed: 42
|
@@ -65,20 +65,20 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
69 |
-
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
-
|
|
75 |
-
|
|
76 |
-
|
|
77 |
-
|
|
78 |
-
|
|
79 |
-
|
|
80 |
-
|
|
81 |
-
|
|
82 |
|
83 |
|
84 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 0.8114393463230672
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the ml-superb-subset dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.6099
|
36 |
+
- Wer: 0.8114
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 0.0003
|
56 |
- train_batch_size: 8
|
57 |
- eval_batch_size: 8
|
58 |
- seed: 42
|
|
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
+
|:-------------:|:------:|:----:|:---------------:|:------:|
|
70 |
+
| 3.1825 | 0.8219 | 30 | 3.2071 | 1.0 |
|
71 |
+
| 3.0491 | 1.6438 | 60 | 3.0508 | 1.0 |
|
72 |
+
| 2.9717 | 2.4658 | 90 | 3.0385 | 1.0 |
|
73 |
+
| 2.93 | 3.2877 | 120 | 2.9222 | 1.0 |
|
74 |
+
| 2.6444 | 4.1096 | 150 | 2.3753 | 0.9931 |
|
75 |
+
| 2.05 | 4.9315 | 180 | 1.9591 | 0.9868 |
|
76 |
+
| 1.6856 | 5.7534 | 210 | 1.7810 | 0.9478 |
|
77 |
+
| 1.4182 | 6.5753 | 240 | 1.6843 | 0.8843 |
|
78 |
+
| 1.1773 | 7.3973 | 270 | 1.6370 | 0.8554 |
|
79 |
+
| 1.0521 | 8.2192 | 300 | 1.5868 | 0.8215 |
|
80 |
+
| 0.881 | 9.0411 | 330 | 1.5935 | 0.8202 |
|
81 |
+
| 0.7605 | 9.8630 | 360 | 1.6099 | 0.8114 |
|
82 |
|
83 |
|
84 |
### Framework versions
|