Commit
·
499a00c
1
Parent(s):
34424f4
update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ 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 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,11 +48,11 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
|
57 |
|
58 |
### 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: 1.0848
|
20 |
+
- Accuracy: 0.5581
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| 1.1104 | 1.0 | 78 | 1.1484 | 0.1386 |
|
52 |
+
| 1.1112 | 2.0 | 156 | 1.1241 | 0.3064 |
|
53 |
+
| 1.1004 | 3.0 | 234 | 1.0979 | 0.3064 |
|
54 |
+
| 1.0989 | 4.0 | 312 | 1.0848 | 0.5581 |
|
55 |
+
| 1.1002 | 5.0 | 390 | 1.0949 | 0.5581 |
|
56 |
|
57 |
|
58 |
### Framework versions
|