kurosekurose commited on
Commit
a1dc832
1 Parent(s): 87d357a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -16
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.5524
20
- - Accuracy: 0.5400
21
 
22
  ## Model description
23
 
@@ -36,7 +36,7 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 0.0001
40
  - train_batch_size: 4
41
  - eval_batch_size: 4
42
  - seed: 42
@@ -44,25 +44,34 @@ 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
- - lr_scheduler_warmup_steps: 50
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.1756 | 0.98 | 41 | 1.1353 | 0.4800 |
56
- | 0.9701 | 1.98 | 82 | 1.3166 | 0.3800 |
57
- | 0.9071 | 2.98 | 123 | 1.0715 | 0.5800 |
58
- | 0.824 | 3.98 | 164 | 1.0068 | 0.5400 |
59
- | 0.792 | 4.98 | 205 | 1.1287 | 0.5800 |
60
- | 0.766 | 5.98 | 246 | 1.0044 | 0.6000 |
61
- | 0.6868 | 6.98 | 287 | 1.3310 | 0.4800 |
62
- | 0.5697 | 7.98 | 328 | 1.0010 | 0.6000 |
63
- | 0.5018 | 8.98 | 369 | 1.2707 | 0.6200 |
64
- | 0.4066 | 9.98 | 410 | 1.0769 | 0.6400 |
65
- | 0.3536 | 10.98 | 451 | 1.5524 | 0.5400 |
 
 
 
 
 
 
 
 
 
66
 
67
 
68
  ### 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.0626
20
+ - Accuracy: 0.6800
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 1e-05
40
  - train_batch_size: 4
41
  - eval_batch_size: 4
42
  - seed: 42
 
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
+ - lr_scheduler_warmup_steps: 300
48
+ - num_epochs: 20
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 1.4068 | 0.98 | 41 | 1.3707 | 0.3000 |
56
+ | 1.3568 | 1.98 | 82 | 1.3093 | 0.3200 |
57
+ | 1.2503 | 2.98 | 123 | 1.1783 | 0.4600 |
58
+ | 1.1088 | 3.98 | 164 | 1.1606 | 0.4200 |
59
+ | 0.9996 | 4.98 | 205 | 1.0271 | 0.5400 |
60
+ | 0.924 | 5.98 | 246 | 1.0093 | 0.5800 |
61
+ | 0.8449 | 6.98 | 287 | 0.9613 | 0.5800 |
62
+ | 0.7559 | 7.98 | 328 | 0.9370 | 0.6000 |
63
+ | 0.7744 | 8.98 | 369 | 1.0094 | 0.5600 |
64
+ | 0.6745 | 9.98 | 410 | 0.9141 | 0.6400 |
65
+ | 0.6245 | 10.98 | 451 | 1.1952 | 0.5 |
66
+ | 0.5174 | 11.98 | 492 | 0.9249 | 0.6600 |
67
+ | 0.5091 | 12.98 | 533 | 0.9293 | 0.7200 |
68
+ | 0.391 | 13.98 | 574 | 0.9356 | 0.6600 |
69
+ | 0.3689 | 14.98 | 615 | 1.0245 | 0.6200 |
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