Commit
·
7352fd1
1
Parent(s):
45f03bd
update model card README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ 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 audiofolder dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -53,16 +53,16 @@ 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 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.6753
|
22 |
+
- Accuracy: 0.5818
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| 0.678 | 0.99 | 39 | 0.6803 | 0.5730 |
|
57 |
+
| 0.6698 | 1.99 | 78 | 0.6785 | 0.5810 |
|
58 |
+
| 0.6622 | 2.99 | 117 | 0.6848 | 0.5746 |
|
59 |
+
| 0.6636 | 3.99 | 156 | 0.6748 | 0.5866 |
|
60 |
+
| 0.6464 | 4.99 | 195 | 0.6844 | 0.5650 |
|
61 |
+
| 0.6508 | 5.99 | 234 | 0.6758 | 0.5738 |
|
62 |
+
| 0.6385 | 6.99 | 273 | 0.6728 | 0.5738 |
|
63 |
+
| 0.6317 | 7.99 | 312 | 0.6737 | 0.5690 |
|
64 |
+
| 0.6279 | 8.99 | 351 | 0.6784 | 0.5722 |
|
65 |
+
| 0.6273 | 9.99 | 390 | 0.6753 | 0.5818 |
|
66 |
|
67 |
|
68 |
### Framework versions
|