kurosekurose
commited on
Commit
•
a44511e
1
Parent(s):
042a41a
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 |
|
@@ -44,28 +44,18 @@ The following hyperparameters were used during training:
|
|
44 |
- total_train_batch_size: 12
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.6955 | 5.98 | 246 | 0.8411 | 0.7200 |
|
60 |
-
| 0.6743 | 6.98 | 287 | 0.9604 | 0.6200 |
|
61 |
-
| 0.5737 | 7.98 | 328 | 0.8471 | 0.7000 |
|
62 |
-
| 0.5269 | 8.98 | 369 | 1.0581 | 0.6000 |
|
63 |
-
| 0.4671 | 9.98 | 410 | 1.0365 | 0.6400 |
|
64 |
-
| 0.4227 | 10.98 | 451 | 1.0994 | 0.6000 |
|
65 |
-
| 0.3688 | 11.98 | 492 | 1.0964 | 0.5800 |
|
66 |
-
| 0.355 | 12.98 | 533 | 1.0586 | 0.5800 |
|
67 |
-
| 0.3232 | 13.98 | 574 | 1.0414 | 0.6000 |
|
68 |
-
| 0.3045 | 14.98 | 615 | 1.0286 | 0.6200 |
|
69 |
|
70 |
|
71 |
### 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.0592
|
20 |
+
- Accuracy: 0.5200
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
44 |
- total_train_batch_size: 12
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 5
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| 1.2789 | 0.98 | 41 | 1.2019 | 0.4000 |
|
55 |
+
| 1.0522 | 1.98 | 82 | 1.1521 | 0.4000 |
|
56 |
+
| 0.957 | 2.98 | 123 | 1.0673 | 0.5200 |
|
57 |
+
| 0.87 | 3.98 | 164 | 1.0955 | 0.5 |
|
58 |
+
| 0.8053 | 4.98 | 205 | 1.0592 | 0.5200 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|