Hemg commited on
Commit
314e814
1 Parent(s): 6a88d15

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.8229508196721311
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.3833
36
- - Accuracy: 0.8230
37
 
38
  ## Model description
39
 
@@ -61,13 +61,16 @@ The following hyperparameters were used during training:
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.01
64
- - num_epochs: 1
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | 0.4842 | 0.99 | 38 | 0.3833 | 0.8230 |
 
 
 
71
 
72
 
73
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.9426229508196722
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.1903
36
+ - Accuracy: 0.9426
37
 
38
  ## Model description
39
 
 
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.01
64
+ - num_epochs: 4
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 0.4728 | 0.99 | 38 | 0.3706 | 0.8689 |
71
+ | 0.2799 | 1.99 | 76 | 0.2818 | 0.8934 |
72
+ | 0.2014 | 2.98 | 114 | 0.2165 | 0.9295 |
73
+ | 0.1548 | 3.97 | 152 | 0.1903 | 0.9426 |
74
 
75
 
76
  ### Framework versions