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-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 1.
|
18 |
-
- Wer: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -48,15 +48,15 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
-
| 3.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.17.0
|
60 |
-
- Pytorch 1.13.
|
61 |
- Datasets 1.18.3
|
62 |
- Tokenizers 0.13.2
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 1.3129
|
18 |
+
- Wer: 0.5405
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
+
| 3.4076 | 2.01 | 500 | 1.9725 | 0.9746 |
|
52 |
+
| 0.7408 | 4.02 | 1000 | 1.4323 | 0.6385 |
|
53 |
+
| 0.3244 | 6.02 | 1500 | 1.3722 | 0.5721 |
|
54 |
+
| 0.1869 | 8.03 | 2000 | 1.3129 | 0.5405 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.17.0
|
60 |
+
- Pytorch 1.13.1+cu116
|
61 |
- Datasets 1.18.3
|
62 |
- Tokenizers 0.13.2
|