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

End of training

Browse files
Files changed (2) hide show
  1. README.md +14 -14
  2. 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.1387
25
- - Accuracy: 1.0
26
- - Precision: 1.0
27
- - Recall: 1.0
28
- - F1: 1.0
29
 
30
  ## Model description
31
 
@@ -48,21 +48,21 @@ The following hyperparameters were used during training:
48
  - train_batch_size: 16
49
  - eval_batch_size: 16
50
  - seed: 42
51
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
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
- | No log | 1.0 | 140 | 0.5105 | 1.0 | 1.0 | 1.0 | 1.0 |
60
- | No log | 2.0 | 280 | 0.1810 | 1.0 | 1.0 | 1.0 | 1.0 |
61
- | No log | 3.0 | 420 | 0.1387 | 1.0 | 1.0 | 1.0 | 1.0 |
62
 
63
 
64
  ### Framework versions
65
 
66
- - Transformers 4.44.2
67
- - Pytorch 2.5.0+cu121
68
- - Tokenizers 0.19.1
 
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
 
 
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
65
 
66
+ - Transformers 4.46.2
67
+ - Pytorch 2.5.1+cu121
68
+ - Tokenizers 0.20.3
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6dec7bcc554bf25fc24acef1d6a0a28bdbf4faf342b18f158c1b93d9752df517
3
- size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:866319643ade77b92c6805d1acbc34811ebdccbec7021c7192cba666962e3f67
3
+ size 5304