laura63 commited on
Commit
d876b34
1 Parent(s): 580bb6c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -17,15 +18,15 @@ model-index:
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,9 +36,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.8341
39
- - Accuracy: 0.8390
40
- - F1: 0.8287
41
 
42
  ## Model description
43
 
@@ -71,11 +72,11 @@ The following hyperparameters were used during training:
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
 
1
  ---
2
  license: apache-2.0
3
+ base_model: facebook/wav2vec2-base
4
  tags:
5
  - generated_from_trainer
6
  datasets:
 
18
  name: audiofolder
19
  type: audiofolder
20
  config: Data_Train
21
+ split: train
22
  args: Data_Train
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.8127696289905091
27
  - name: F1
28
  type: f1
29
+ value: 0.7948883642136002
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
36
 
37
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 0.9323
40
+ - Accuracy: 0.8128
41
+ - F1: 0.7949
42
 
43
  ## Model description
44
 
 
72
 
73
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
74
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
75
+ | 1.844 | 1.0 | 1449 | 1.7968 | 0.5065 | 0.3818 |
76
+ | 0.8796 | 2.0 | 2898 | 1.1875 | 0.6799 | 0.6273 |
77
+ | 0.7076 | 3.0 | 4347 | 1.0995 | 0.7584 | 0.7287 |
78
+ | 0.4669 | 4.0 | 5796 | 0.9960 | 0.7886 | 0.7675 |
79
+ | 0.2156 | 5.0 | 7245 | 0.9323 | 0.8128 | 0.7949 |
80
 
81
 
82
  ### Framework versions