mahmoudmamdouh13 commited on
Commit
88328cf
1 Parent(s): 0a43330

End of training

Browse files
Files changed (1) hide show
  1. README.md +21 -11
README.md CHANGED
@@ -7,6 +7,8 @@ tags:
7
  datasets:
8
  - audiofolder
9
  metrics:
 
 
10
  - f1
11
  model-index:
12
  - name: distilhubert-finetuned-speech_commands-finetuned-gtzan
@@ -18,12 +20,18 @@ model-index:
18
  name: audiofolder
19
  type: audiofolder
20
  config: default
21
- split: validation
22
  args: default
23
  metrics:
 
 
 
 
 
 
24
  - name: F1
25
  type: f1
26
- value: 0.9799704307080909
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,8 +41,10 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  This model is a fine-tuned version of [imrajeshkr/distilhubert-finetuned-speech_commands](https://huggingface.co/imrajeshkr/distilhubert-finetuned-speech_commands) on the audiofolder dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.0751
37
- - F1: 0.9800
 
 
38
 
39
  ## Model description
40
 
@@ -65,13 +75,13 @@ The following hyperparameters were used during training:
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | F1 |
69
- |:-------------:|:-----:|:----:|:---------------:|:------:|
70
- | 0.2364 | 1.0 | 1216 | 0.2190 | 0.9311 |
71
- | 0.1287 | 2.0 | 2432 | 0.1014 | 0.9678 |
72
- | 0.0445 | 3.0 | 3648 | 0.0743 | 0.9778 |
73
- | 0.0037 | 4.0 | 4864 | 0.0785 | 0.9773 |
74
- | 0.0087 | 5.0 | 6080 | 0.0751 | 0.9800 |
75
 
76
 
77
  ### Framework versions
 
7
  datasets:
8
  - audiofolder
9
  metrics:
10
+ - precision
11
+ - recall
12
  - f1
13
  model-index:
14
  - name: distilhubert-finetuned-speech_commands-finetuned-gtzan
 
20
  name: audiofolder
21
  type: audiofolder
22
  config: default
23
+ split: test
24
  args: default
25
  metrics:
26
+ - name: Precision
27
+ type: precision
28
+ value: 0.9759184555734861
29
+ - name: Recall
30
+ type: recall
31
+ value: 0.9749126053876208
32
  - name: F1
33
  type: f1
34
+ value: 0.9749296122020006
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
41
 
42
  This model is a fine-tuned version of [imrajeshkr/distilhubert-finetuned-speech_commands](https://huggingface.co/imrajeshkr/distilhubert-finetuned-speech_commands) on the audiofolder dataset.
43
  It achieves the following results on the evaluation set:
44
+ - Loss: 0.0934
45
+ - Precision: 0.9759
46
+ - Recall: 0.9749
47
+ - F1: 0.9749
48
 
49
  ## Model description
50
 
 
75
 
76
  ### Training results
77
 
78
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
79
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
80
+ | 0.2713 | 1.0 | 1216 | 0.2523 | 0.9172 | 0.9267 | 0.9166 |
81
+ | 0.137 | 2.0 | 2432 | 0.1119 | 0.9685 | 0.9667 | 0.9664 |
82
+ | 0.0295 | 3.0 | 3648 | 0.0977 | 0.9726 | 0.9703 | 0.9701 |
83
+ | 0.0037 | 4.0 | 4864 | 0.0956 | 0.9743 | 0.9733 | 0.9732 |
84
+ | 0.052 | 5.0 | 6080 | 0.0934 | 0.9759 | 0.9749 | 0.9749 |
85
 
86
 
87
  ### Framework versions