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-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
- Wer: 1.0
|
21 |
|
22 |
## Model description
|
@@ -50,18 +50,18 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
54 |
-
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.4146
|
20 |
- Wer: 1.0
|
21 |
|
22 |
## Model description
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
55 |
+
| 50.2402 | 6.0 | 30 | 35.6862 | 1.0 |
|
56 |
+
| 30.6841 | 12.0 | 60 | 6.6236 | 1.0 |
|
57 |
+
| 8.3238 | 18.0 | 90 | 4.0080 | 1.0 |
|
58 |
+
| 4.663 | 24.0 | 120 | 3.7875 | 1.0 |
|
59 |
+
| 3.986 | 30.0 | 150 | 3.6613 | 1.0 |
|
60 |
+
| 3.9205 | 36.0 | 180 | 3.5573 | 1.0 |
|
61 |
+
| 3.7835 | 42.0 | 210 | 3.4962 | 1.0 |
|
62 |
+
| 3.7003 | 48.0 | 240 | 3.4505 | 1.0 |
|
63 |
+
| 3.6903 | 54.0 | 270 | 3.4273 | 1.0 |
|
64 |
+
| 3.6331 | 60.0 | 300 | 3.4146 | 1.0 |
|
65 |
|
66 |
|
67 |
### Framework versions
|