Marcos12886
commited on
Commit
•
4cd5635
1
Parent(s):
b7244b5
End of training
Browse files- README.md +45 -3
- model.safetensors +1 -1
- runs/Sep01_15-59-17_ubumarcos/events.out.tfevents.1725199158.ubumarcos +3 -0
- runs/Sep01_16-33-59_ubumarcos/events.out.tfevents.1725201241.ubumarcos +3 -0
- runs/Sep01_16-34-54_ubumarcos/events.out.tfevents.1725201295.ubumarcos +3 -0
- runs/Sep01_16-38-29_ubumarcos/events.out.tfevents.1725201510.ubumarcos +3 -0
- runs/Sep01_16-41-12_ubumarcos/events.out.tfevents.1725201673.ubumarcos +3 -0
- runs/Sep01_17-56-54_ubumarcos/events.out.tfevents.1725206216.ubumarcos +3 -0
- runs/Sep01_18-06-55_ubumarcos/events.out.tfevents.1725206818.ubumarcos +3 -0
- runs/Sep01_18-07-16_ubumarcos/events.out.tfevents.1725206837.ubumarcos +3 -0
- runs/Sep01_18-10-46_ubumarcos/events.out.tfevents.1725207052.ubumarcos +3 -0
- runs/Sep01_18-13-23_ubumarcos/events.out.tfevents.1725207204.ubumarcos +3 -0
- runs/Sep01_18-16-27_ubumarcos/events.out.tfevents.1725207389.ubumarcos +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -6,9 +6,36 @@ tags:
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- audiofolder
|
|
|
|
|
|
|
|
|
|
|
9 |
model-index:
|
10 |
- name: distilhubert-finetuned-mixed-data
|
11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -17,6 +44,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
# distilhubert-finetuned-mixed-data
|
18 |
|
19 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the audiofolder dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,13 +77,22 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: cosine
|
46 |
- lr_scheduler_warmup_ratio: 0.001
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
53 |
-
| No log | 0.9664 | 18 | 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- audiofolder
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
- f1
|
12 |
+
- precision
|
13 |
+
- recall
|
14 |
model-index:
|
15 |
- name: distilhubert-finetuned-mixed-data
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
name: Audio Classification
|
19 |
+
type: audio-classification
|
20 |
+
dataset:
|
21 |
+
name: audiofolder
|
22 |
+
type: audiofolder
|
23 |
+
config: default
|
24 |
+
split: train
|
25 |
+
args: default
|
26 |
+
metrics:
|
27 |
+
- name: Accuracy
|
28 |
+
type: accuracy
|
29 |
+
value: 0.889261744966443
|
30 |
+
- name: F1
|
31 |
+
type: f1
|
32 |
+
value: 0.8883742273982193
|
33 |
+
- name: Precision
|
34 |
+
type: precision
|
35 |
+
value: 0.8879660679296787
|
36 |
+
- name: Recall
|
37 |
+
type: recall
|
38 |
+
value: 0.889261744966443
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
44 |
# distilhubert-finetuned-mixed-data
|
45 |
|
46 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the audiofolder dataset.
|
47 |
+
It achieves the following results on the evaluation set:
|
48 |
+
- Loss: 0.2853
|
49 |
+
- Accuracy: 0.8893
|
50 |
+
- F1: 0.8884
|
51 |
+
- Precision: 0.8880
|
52 |
+
- Recall: 0.8893
|
53 |
|
54 |
## Model description
|
55 |
|
|
|
77 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
78 |
- lr_scheduler_type: cosine
|
79 |
- lr_scheduler_warmup_ratio: 0.001
|
80 |
+
- num_epochs: 10
|
81 |
|
82 |
### Training results
|
83 |
|
84 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
85 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
86 |
+
| No log | 0.9664 | 18 | 0.6892 | 0.7617 | 0.7077 | 0.6737 | 0.7617 |
|
87 |
+
| No log | 1.9866 | 37 | 0.5095 | 0.8087 | 0.7505 | 0.7108 | 0.8087 |
|
88 |
+
| No log | 2.9530 | 55 | 0.4728 | 0.7819 | 0.7226 | 0.6874 | 0.7819 |
|
89 |
+
| No log | 3.9732 | 74 | 0.3589 | 0.8658 | 0.8559 | 0.8575 | 0.8658 |
|
90 |
+
| No log | 4.9933 | 93 | 0.3575 | 0.8456 | 0.8440 | 0.8494 | 0.8456 |
|
91 |
+
| No log | 5.9597 | 111 | 0.3389 | 0.8557 | 0.8550 | 0.8720 | 0.8557 |
|
92 |
+
| No log | 6.9799 | 130 | 0.3046 | 0.8725 | 0.8723 | 0.8766 | 0.8725 |
|
93 |
+
| No log | 8.0 | 149 | 0.2980 | 0.8826 | 0.8814 | 0.8820 | 0.8826 |
|
94 |
+
| No log | 8.9664 | 167 | 0.2848 | 0.8859 | 0.8848 | 0.8840 | 0.8859 |
|
95 |
+
| No log | 9.6644 | 180 | 0.2853 | 0.8893 | 0.8884 | 0.8880 | 0.8893 |
|
96 |
|
97 |
|
98 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94765560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:183c1e13e10305d6b8076bcaf712f7e88803bb8ff5a44a21879a9559ed22abfc
|
3 |
size 94765560
|
runs/Sep01_15-59-17_ubumarcos/events.out.tfevents.1725199158.ubumarcos
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c0ccc442702d680403befb70eb32fcd7c26985cbf396b3bdf777484c4db4015
|
3 |
+
size 4176
|
runs/Sep01_16-33-59_ubumarcos/events.out.tfevents.1725201241.ubumarcos
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:faa833becdba1235285d801375538c49970211ace0e391a66beaac41fa6b511e
|
3 |
+
size 6580
|
runs/Sep01_16-34-54_ubumarcos/events.out.tfevents.1725201295.ubumarcos
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acfd561ffeb707d681938b0cccfeb028d65cb7bb1980ae6610a8e06e9e136021
|
3 |
+
size 5915
|
runs/Sep01_16-38-29_ubumarcos/events.out.tfevents.1725201510.ubumarcos
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d7a09488e232b050f41f50b0d31ab8ec21ced8d2693f9bab2ad363571480fbe
|
3 |
+
size 7206
|
runs/Sep01_16-41-12_ubumarcos/events.out.tfevents.1725201673.ubumarcos
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b069052cacbde8977fccfdbfb902c61fcc7036337b806140a9e002944c282e7
|
3 |
+
size 8175
|
runs/Sep01_17-56-54_ubumarcos/events.out.tfevents.1725206216.ubumarcos
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42554ba376142b3f82699388158daa6b771793cb0f5d7ec026663c08b1e2b41c
|
3 |
+
size 7194
|
runs/Sep01_18-06-55_ubumarcos/events.out.tfevents.1725206818.ubumarcos
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49606722f2fcb4f28c4a8b0cb67d2cd52286ed15f8658b7a2436f2645770a76b
|
3 |
+
size 4175
|
runs/Sep01_18-07-16_ubumarcos/events.out.tfevents.1725206837.ubumarcos
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1de0f7b263f5022f45067673a75ce7a33220b080583b16539735c4377d8eec60
|
3 |
+
size 6823
|
runs/Sep01_18-10-46_ubumarcos/events.out.tfevents.1725207052.ubumarcos
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3959172a7a58f9cc5a89eccbef37f281cd459c72540c120c7f142c259e20c57
|
3 |
+
size 6360
|
runs/Sep01_18-13-23_ubumarcos/events.out.tfevents.1725207204.ubumarcos
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59b0c835063741e3800dc77688a7ced07b1652c87682950ef3b43c99dabb6989
|
3 |
+
size 5898
|
runs/Sep01_18-16-27_ubumarcos/events.out.tfevents.1725207389.ubumarcos
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2be1fd2893c61695c2a6390aa123d9f55007ad96d18782593371c0a4157898ba
|
3 |
+
size 10918
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe3428151155ef7796462efbb081d472101fbc6af944f18c5de69fecb3e1043d
|
3 |
size 5240
|