Anguuuuus commited on
Commit
b0d2159
1 Parent(s): 4866cfb

End of training

Browse files
Files changed (3) hide show
  1. README.md +14 -35
  2. model.safetensors +1 -1
  3. training_args.bin +2 -2
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.6985
21
- - Accuracy: 0.3846
22
 
23
  ## Model description
24
 
@@ -37,49 +37,28 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 1e-05
41
  - train_batch_size: 16
42
  - eval_batch_size: 16
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - lr_scheduler_warmup_ratio: 0.1
47
- - num_epochs: 30
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 0.7078 | 1.0 | 4 | 0.6807 | 0.6154 |
54
- | 0.6885 | 2.0 | 8 | 0.6820 | 0.6154 |
55
- | 0.6901 | 3.0 | 12 | 0.6857 | 0.5385 |
56
- | 0.6896 | 4.0 | 16 | 0.7010 | 0.3846 |
57
- | 0.6645 | 5.0 | 20 | 0.7163 | 0.3846 |
58
- | 0.6344 | 6.0 | 24 | 0.7341 | 0.3846 |
59
- | 0.6471 | 7.0 | 28 | 0.7503 | 0.3846 |
60
- | 0.7564 | 8.0 | 32 | 0.7601 | 0.3846 |
61
- | 0.7545 | 9.0 | 36 | 0.7621 | 0.3846 |
62
- | 0.645 | 10.0 | 40 | 0.7610 | 0.3846 |
63
- | 0.5643 | 11.0 | 44 | 0.7682 | 0.3846 |
64
- | 0.7616 | 12.0 | 48 | 0.7644 | 0.3846 |
65
- | 0.6215 | 13.0 | 52 | 0.7585 | 0.3846 |
66
- | 0.569 | 14.0 | 56 | 0.7550 | 0.3846 |
67
- | 0.5337 | 15.0 | 60 | 0.7540 | 0.3846 |
68
- | 0.6018 | 16.0 | 64 | 0.7514 | 0.3846 |
69
- | 0.6369 | 17.0 | 68 | 0.7462 | 0.3846 |
70
- | 0.5744 | 18.0 | 72 | 0.7455 | 0.3846 |
71
- | 0.5899 | 19.0 | 76 | 0.7417 | 0.3846 |
72
- | 0.5199 | 20.0 | 80 | 0.7351 | 0.3846 |
73
- | 0.7777 | 21.0 | 84 | 0.7305 | 0.3846 |
74
- | 0.5897 | 22.0 | 88 | 0.7264 | 0.3846 |
75
- | 0.5288 | 23.0 | 92 | 0.7213 | 0.3846 |
76
- | 0.5161 | 24.0 | 96 | 0.7145 | 0.3846 |
77
- | 0.5386 | 25.0 | 100 | 0.7106 | 0.3846 |
78
- | 0.7032 | 26.0 | 104 | 0.7064 | 0.3846 |
79
- | 0.6369 | 27.0 | 108 | 0.7033 | 0.3846 |
80
- | 0.5366 | 28.0 | 112 | 0.7006 | 0.3846 |
81
- | 0.6468 | 29.0 | 116 | 0.6991 | 0.3846 |
82
- | 0.7863 | 30.0 | 120 | 0.6985 | 0.3846 |
83
 
84
 
85
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6771
21
+ - Accuracy: 0.6154
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
  - train_batch_size: 16
42
  - eval_batch_size: 16
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 10
 
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.7566 | 1.0 | 4 | 0.7434 | 0.3846 |
53
+ | 0.7194 | 2.0 | 8 | 0.7631 | 0.3846 |
54
+ | 0.5906 | 3.0 | 12 | 0.7569 | 0.3846 |
55
+ | 0.5716 | 4.0 | 16 | 0.7512 | 0.3846 |
56
+ | 0.5623 | 5.0 | 20 | 0.7445 | 0.3846 |
57
+ | 0.5372 | 6.0 | 24 | 0.7418 | 0.3846 |
58
+ | 0.6806 | 7.0 | 28 | 0.7226 | 0.3846 |
59
+ | 0.5049 | 8.0 | 32 | 0.6937 | 0.6154 |
60
+ | 0.6707 | 9.0 | 36 | 0.6861 | 0.6154 |
61
+ | 0.4769 | 10.0 | 40 | 0.6771 | 0.6154 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
 
64
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9cca9dfbb916caa93b3156c8cfebb8c8349bd68647820b4fe271dab1f4a17e41
3
  size 378302360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cb62b77793b30598a763f8aa57857fb9ea1c7da6441c3631d90bc657798a1a8
3
  size 378302360
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc5ba0d87581ba521d03fdaa2437058b2afd4adb20a880c27b7a353532111a84
3
- size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3b4f9ef4b90930bd3d29a4bd93d8083bceb9ca0dc3f99c7e34888bbdc9f50fd
3
+ size 4664