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.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- F1: 0.
|
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:
|
49 |
-
- eval_batch_size:
|
50 |
- seed: 42
|
51 |
-
- gradient_accumulation_steps:
|
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
|
62 |
-
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
|
|
|
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9326c29a7d8e05f44590d0d11826b3ebaee789c2845fee7c37f55bc0ea26b819
|
3 |
+
size 50201
|