kurosekurose
commited on
Commit
•
2337b29
1
Parent(s):
df58af8
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: 1.
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -43,23 +43,28 @@ The following hyperparameters were used during training:
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_steps: 500
|
46 |
-
- num_epochs:
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### 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.4966
|
20 |
+
- Accuracy: 0.6429
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_steps: 500
|
46 |
+
- num_epochs: 15
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 1.3315 | 1.0 | 175 | 1.1984 | 0.3857 |
|
54 |
+
| 1.0391 | 2.0 | 350 | 1.0071 | 0.5429 |
|
55 |
+
| 0.8973 | 3.0 | 525 | 0.9441 | 0.5857 |
|
56 |
+
| 0.8199 | 4.0 | 700 | 0.9984 | 0.5286 |
|
57 |
+
| 0.7675 | 5.0 | 875 | 0.9477 | 0.6286 |
|
58 |
+
| 0.6446 | 6.0 | 1050 | 1.0956 | 0.6429 |
|
59 |
+
| 0.6221 | 7.0 | 1225 | 1.0144 | 0.6286 |
|
60 |
+
| 0.5543 | 8.0 | 1400 | 1.2473 | 0.6286 |
|
61 |
+
| 0.5095 | 9.0 | 1575 | 1.2690 | 0.6714 |
|
62 |
+
| 0.4461 | 10.0 | 1750 | 1.1365 | 0.7286 |
|
63 |
+
| 0.3678 | 11.0 | 1925 | 1.2065 | 0.7000 |
|
64 |
+
| 0.3184 | 12.0 | 2100 | 1.6990 | 0.6286 |
|
65 |
+
| 0.271 | 13.0 | 2275 | 1.5335 | 0.6286 |
|
66 |
+
| 0.234 | 14.0 | 2450 | 1.3234 | 0.7143 |
|
67 |
+
| 0.2049 | 15.0 | 2625 | 1.4966 | 0.6429 |
|
68 |
|
69 |
|
70 |
### Framework versions
|