kurosekurose commited on
Commit
2337b29
1 Parent(s): df58af8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -13
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.1368
20
- - Accuracy: 0.7286
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: 10
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 1.3252 | 1.0 | 175 | 1.2178 | 0.4286 |
54
- | 1.039 | 2.0 | 350 | 1.0262 | 0.5714 |
55
- | 0.9232 | 3.0 | 525 | 0.9727 | 0.5714 |
56
- | 0.8248 | 4.0 | 700 | 1.0025 | 0.5143 |
57
- | 0.7389 | 5.0 | 875 | 0.9947 | 0.6429 |
58
- | 0.6253 | 6.0 | 1050 | 1.0144 | 0.6857 |
59
- | 0.5691 | 7.0 | 1225 | 1.0646 | 0.6714 |
60
- | 0.5264 | 8.0 | 1400 | 1.2786 | 0.6714 |
61
- | 0.4535 | 9.0 | 1575 | 1.3532 | 0.6429 |
62
- | 0.4008 | 10.0 | 1750 | 1.1368 | 0.7286 |
 
 
 
 
 
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