sagir567 commited on
Commit
1e3dd1d
·
verified ·
1 Parent(s): 8c474cc

End of training

Browse files
Files changed (3) hide show
  1. README.md +23 -12
  2. model.safetensors +1 -1
  3. training_args.bin +2 -2
README.md CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.7039
25
- - Accuracy: 0.7694
26
- - Precision: 0.7689
27
- - Recall: 0.7694
28
- - F1: 0.7664
29
 
30
  ## Model description
31
 
@@ -44,21 +44,32 @@ More information needed
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
47
- - learning_rate: 2e-05
48
  - train_batch_size: 16
49
  - eval_batch_size: 16
50
  - seed: 42
51
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
  - lr_scheduler_type: linear
53
- - num_epochs: 3
 
 
54
 
55
  ### Training results
56
 
57
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
58
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
59
- | 1.3946 | 1.0 | 609 | 0.9761 | 0.6868 | 0.7020 | 0.6868 | 0.6792 |
60
- | 0.8815 | 2.0 | 1218 | 0.7569 | 0.7546 | 0.7581 | 0.7546 | 0.7505 |
61
- | 0.6847 | 3.0 | 1827 | 0.7039 | 0.7694 | 0.7689 | 0.7694 | 0.7664 |
 
 
 
 
 
 
 
 
 
62
 
63
 
64
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.6501
25
+ - Accuracy: 0.7937
26
+ - Precision: 0.7945
27
+ - Recall: 0.7937
28
+ - F1: 0.7924
29
 
30
  ## Model description
31
 
 
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
47
+ - learning_rate: 1e-05
48
  - train_batch_size: 16
49
  - eval_batch_size: 16
50
  - seed: 42
51
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
  - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_ratio: 0.1
54
+ - num_epochs: 10
55
+ - mixed_precision_training: Native AMP
56
 
57
  ### Training results
58
 
59
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
60
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
61
+ | 1.6305 | 0.8210 | 500 | 1.5561 | 0.4443 | 0.4495 | 0.4443 | 0.3962 |
62
+ | 1.1604 | 1.6420 | 1000 | 1.1252 | 0.6510 | 0.6854 | 0.6510 | 0.6491 |
63
+ | 0.9048 | 2.4631 | 1500 | 0.9422 | 0.7008 | 0.7202 | 0.7008 | 0.6987 |
64
+ | 0.7442 | 3.2841 | 2000 | 0.8200 | 0.7398 | 0.7561 | 0.7398 | 0.7358 |
65
+ | 0.6853 | 4.1051 | 2500 | 0.7475 | 0.7587 | 0.7646 | 0.7587 | 0.7555 |
66
+ | 0.6067 | 4.9261 | 3000 | 0.7000 | 0.7731 | 0.7860 | 0.7731 | 0.7748 |
67
+ | 0.5184 | 5.7471 | 3500 | 0.6890 | 0.7801 | 0.7853 | 0.7801 | 0.7778 |
68
+ | 0.4781 | 6.5681 | 4000 | 0.6983 | 0.7768 | 0.7888 | 0.7768 | 0.7752 |
69
+ | 0.4078 | 7.3892 | 4500 | 0.6654 | 0.7916 | 0.7979 | 0.7916 | 0.7913 |
70
+ | 0.4012 | 8.2102 | 5000 | 0.6759 | 0.7908 | 0.8003 | 0.7908 | 0.7897 |
71
+ | 0.3964 | 9.0312 | 5500 | 0.6501 | 0.7937 | 0.7945 | 0.7937 | 0.7924 |
72
+ | 0.315 | 9.8522 | 6000 | 0.6744 | 0.7887 | 0.7932 | 0.7887 | 0.7866 |
73
 
74
 
75
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b1902533ddcaae3c13468eadb24df9ffd2bcd1fe0c8391d94dde0a68cf59fee
3
  size 378307508
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a69971efcee0386eb607347cfdcdd521f81dfee91ff3b4b8a793b766d0e520cf
3
  size 378307508
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:866319643ade77b92c6805d1acbc34811ebdccbec7021c7192cba666962e3f67
3
- size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a6433a08d37167957cfffd4062d2715b98c553745bf1601a85bb35aaec8600f
3
+ size 5240