update model card README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the superb dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
- Accuracy: 0.9832
|
23 |
|
24 |
## Model description
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the superb dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0895
|
22 |
- Accuracy: 0.9832
|
23 |
|
24 |
## Model description
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| 0.6834 | 1.0 | 399 | 0.6010 | 0.8954 |
|
57 |
+
| 0.307 | 2.0 | 798 | 0.1814 | 0.9750 |
|
58 |
+
| 0.1782 | 3.0 | 1197 | 0.1134 | 0.9829 |
|
59 |
+
| 0.1732 | 4.0 | 1597 | 0.0974 | 0.9819 |
|
60 |
+
| 0.122 | 5.0 | 1995 | 0.0895 | 0.9832 |
|
61 |
|
62 |
|
63 |
### Framework versions
|