Hemg commited on
Commit
5583581
1 Parent(s): 0f72df6

Model save

Browse files
Files changed (1) hide show
  1. README.md +2 -10
README.md CHANGED
@@ -3,8 +3,6 @@ license: apache-2.0
3
  base_model: facebook/wav2vec2-base
4
  tags:
5
  - generated_from_trainer
6
- metrics:
7
- - accuracy
8
  model-index:
9
  - name: small-deepfake
10
  results: []
@@ -16,9 +14,6 @@ should probably proofread and complete it, then remove this comment. -->
16
  # small-deepfake
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.8395
21
- - Accuracy: 0.3
22
 
23
  ## Model description
24
 
@@ -46,16 +41,13 @@ The following hyperparameters were used during training:
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_ratio: 0.1
49
- - num_epochs: 4
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | No log | 0.8 | 2 | 0.7376 | 0.3 |
56
- | No log | 2.0 | 5 | 0.7560 | 0.3 |
57
- | No log | 2.8 | 7 | 0.8433 | 0.3 |
58
- | No log | 3.2 | 8 | 0.8395 | 0.3 |
59
 
60
 
61
  ### Framework versions
 
3
  base_model: facebook/wav2vec2-base
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: small-deepfake
8
  results: []
 
14
  # small-deepfake
15
 
16
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
 
 
 
17
 
18
  ## Model description
19
 
 
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_ratio: 0.1
44
+ - num_epochs: 1
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | No log | 0.8 | 2 | 0.7285 | 0.35 |
 
 
 
51
 
52
 
53
  ### Framework versions