jayalakshmikopuri commited on
Commit
bc25265
·
verified ·
1 Parent(s): c5acbde

Model save

Browse files
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 [Heem2/Deepfake-audio-detection](https://huggingface.co/Heem2/Deepfake-audio-detection) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.1666
25
- - Accuracy: 0.9897
26
- - Precision: 0.9912
27
- - Recall: 0.9882
28
- - F1: 0.9897
29
 
30
  ## Model description
31
 
@@ -45,10 +45,10 @@ More information needed
45
 
46
  The following hyperparameters were used during training:
47
  - learning_rate: 3e-05
48
- - train_batch_size: 4
49
- - eval_batch_size: 4
50
  - seed: 42
51
- - gradient_accumulation_steps: 2
52
  - total_train_batch_size: 8
53
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
54
  - lr_scheduler_type: linear
@@ -58,11 +58,13 @@ The following hyperparameters were used during training:
58
 
59
  ### Training results
60
 
61
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
62
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
63
- | 0.1668 | 1.0 | 340 | 0.2081 | 0.9853 | 0.9853 | 0.9853 | 0.9853 |
64
- | 0.4339 | 2.0 | 680 | 0.2996 | 0.9809 | 0.9823 | 0.9794 | 0.9809 |
65
- | 0.0 | 3.0 | 1020 | 0.1666 | 0.9897 | 0.9912 | 0.9882 | 0.9897 |
 
 
66
 
67
 
68
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [Heem2/Deepfake-audio-detection](https://huggingface.co/Heem2/Deepfake-audio-detection) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.0708
25
+ - Accuracy: 0.9961
26
+ - Precision: 0.9949
27
+ - Recall: 0.9974
28
+ - F1: 0.9961
29
 
30
  ## Model description
31
 
 
45
 
46
  The following hyperparameters were used during training:
47
  - learning_rate: 3e-05
48
+ - train_batch_size: 2
49
+ - eval_batch_size: 2
50
  - seed: 42
51
+ - gradient_accumulation_steps: 4
52
  - total_train_batch_size: 8
53
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
54
  - lr_scheduler_type: linear
 
58
 
59
  ### Training results
60
 
61
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
62
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
63
+ | 0.4204 | 1.0 | 388 | 0.5132 | 0.9691 | 0.9483 | 0.9923 | 0.9698 |
64
+ | 0.5578 | 2.0 | 776 | 0.3286 | 0.9794 | 0.9697 | 0.9897 | 0.9796 |
65
+ | 0.2106 | 3.0 | 1164 | 0.1348 | 0.9923 | 0.9923 | 0.9923 | 0.9923 |
66
+ | 0.2262 | 4.0 | 1552 | 0.0624 | 0.9961 | 0.9923 | 1.0 | 0.9961 |
67
+ | 0.0 | 4.9884 | 1935 | 0.0708 | 0.9961 | 0.9949 | 0.9974 | 0.9961 |
68
 
69
 
70
  ### Framework versions
logs/events.out.tfevents.1747905483.01ded4baac1e.35.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae2e918839a5f3bb1fe372747a1d5b97df31f22a3ac73b8d1c23b90b4c2a5c91
3
- size 41357
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9326c29a7d8e05f44590d0d11826b3ebaee789c2845fee7c37f55bc0ea26b819
3
+ size 50201