mahmoudmamdouh13
commited on
Commit
•
88328cf
1
Parent(s):
0a43330
End of training
Browse files
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:
|
22 |
args: default
|
23 |
metrics:
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
- name: F1
|
25 |
type: f1
|
26 |
-
value: 0.
|
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.
|
37 |
-
-
|
|
|
|
|
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.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.0037 | 4.0 | 4864 | 0.
|
74 |
-
| 0.
|
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
|