laura63 commited on
Commit
7ee6e32
1 Parent(s): 36f47fc

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -17,15 +17,15 @@ model-index:
17
  name: audiofolder
18
  type: audiofolder
19
  config: Data_Train
20
- split: train
21
  args: Data_Train
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.8251533742331288
26
  - name: F1
27
  type: f1
28
- value: 0.8129155478522945
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -35,9 +35,9 @@ should probably proofread and complete it, then remove this comment. -->
35
 
36
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.8220
39
- - Accuracy: 0.8252
40
- - F1: 0.8129
41
 
42
  ## Model description
43
 
@@ -71,11 +71,11 @@ The following hyperparameters were used during training:
71
 
72
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
73
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
74
- | 1.8825 | 1.0 | 1449 | 2.1386 | 0.3735 | 0.2790 |
75
- | 1.2037 | 2.0 | 2898 | 1.2566 | 0.6557 | 0.5859 |
76
- | 1.1576 | 3.0 | 4347 | 0.9368 | 0.7722 | 0.7510 |
77
- | 0.7057 | 4.0 | 5796 | 0.8254 | 0.8044 | 0.7885 |
78
- | 0.5655 | 5.0 | 7245 | 0.8220 | 0.8252 | 0.8129 |
79
 
80
 
81
  ### Framework versions
 
17
  name: audiofolder
18
  type: audiofolder
19
  config: Data_Train
20
+ split: train[:90%]
21
  args: Data_Train
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.838957055214724
26
  - name: F1
27
  type: f1
28
+ value: 0.8286657330565742
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
35
 
36
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 0.8341
39
+ - Accuracy: 0.8390
40
+ - F1: 0.8287
41
 
42
  ## Model description
43
 
 
71
 
72
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
73
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
74
+ | 1.6193 | 1.0 | 1304 | 1.6888 | 0.5061 | 0.3780 |
75
+ | 1.0537 | 2.0 | 2608 | 1.2344 | 0.6794 | 0.6414 |
76
+ | 0.8454 | 3.0 | 3912 | 0.9588 | 0.7653 | 0.7465 |
77
+ | 0.7623 | 4.0 | 5216 | 0.8678 | 0.8198 | 0.8107 |
78
+ | 0.4638 | 5.0 | 6520 | 0.8341 | 0.8390 | 0.8287 |
79
 
80
 
81
  ### Framework versions