kurosekurose
commited on
Commit
•
1f5b79b
1
Parent(s):
896cb83
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 |
|
@@ -45,33 +45,28 @@ The following hyperparameters were used during training:
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_steps: 300
|
48 |
-
- num_epochs:
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.2816 | 15.98 | 656 | 1.0421 | 0.6600 |
|
71 |
-
| 0.3003 | 16.98 | 697 | 1.0427 | 0.6400 |
|
72 |
-
| 0.2495 | 17.98 | 738 | 1.0957 | 0.6600 |
|
73 |
-
| 0.2269 | 18.98 | 779 | 1.0539 | 0.6600 |
|
74 |
-
| 0.2055 | 19.98 | 820 | 1.0626 | 0.6800 |
|
75 |
|
76 |
|
77 |
### 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: 0.9346
|
20 |
+
- Accuracy: 0.7000
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_steps: 300
|
48 |
+
- num_epochs: 15
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| 1.3867 | 0.99 | 58 | 1.3518 | 0.3286 |
|
56 |
+
| 1.2842 | 1.99 | 116 | 1.1872 | 0.4571 |
|
57 |
+
| 1.0725 | 2.99 | 174 | 1.0476 | 0.5571 |
|
58 |
+
| 0.9343 | 3.99 | 232 | 0.9677 | 0.5714 |
|
59 |
+
| 0.8053 | 4.99 | 290 | 0.9525 | 0.6143 |
|
60 |
+
| 0.7895 | 5.99 | 348 | 0.7735 | 0.6857 |
|
61 |
+
| 0.6867 | 6.99 | 406 | 0.8556 | 0.6429 |
|
62 |
+
| 0.6218 | 7.99 | 464 | 0.8454 | 0.6714 |
|
63 |
+
| 0.558 | 8.99 | 522 | 0.8405 | 0.6571 |
|
64 |
+
| 0.5033 | 9.99 | 580 | 1.0190 | 0.6286 |
|
65 |
+
| 0.4403 | 10.99 | 638 | 0.8249 | 0.7000 |
|
66 |
+
| 0.3995 | 11.99 | 696 | 0.8997 | 0.7143 |
|
67 |
+
| 0.3534 | 12.99 | 754 | 0.9177 | 0.7000 |
|
68 |
+
| 0.3023 | 13.99 | 812 | 0.9544 | 0.6571 |
|
69 |
+
| 0.2752 | 14.99 | 870 | 0.9346 | 0.7000 |
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
|
72 |
### Framework versions
|