Marcos12886
commited on
Commit
•
4489ffa
1
Parent(s):
3dd090c
End of training
Browse files
README.md
CHANGED
@@ -8,6 +8,9 @@ datasets:
|
|
8 |
- audiofolder
|
9 |
metrics:
|
10 |
- accuracy
|
|
|
|
|
|
|
11 |
model-index:
|
12 |
- name: distilhubert-finetuned-donateacry
|
13 |
results:
|
@@ -23,7 +26,16 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
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 +45,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the audiofolder dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss:
|
37 |
-
- Accuracy: 0.
|
|
|
|
|
|
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -56,25 +71,20 @@ The following hyperparameters were used during training:
|
|
56 |
- learning_rate: 0.0005
|
57 |
- train_batch_size: 8
|
58 |
- eval_batch_size: 8
|
59 |
-
- seed:
|
60 |
- gradient_accumulation_steps: 8
|
61 |
- total_train_batch_size: 64
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: cosine
|
64 |
-
-
|
|
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
-
|
70 |
-
| No log | 0.9032 | 7 | 1.
|
71 |
-
| No log | 1.
|
72 |
-
| No log | 2.9677 | 23 | 0.7870 | 0.8049 |
|
73 |
-
| No log | 4.0 | 31 | 0.8390 | 0.7561 |
|
74 |
-
| No log | 4.9032 | 38 | 0.7135 | 0.8130 |
|
75 |
-
| No log | 5.9355 | 46 | 0.6828 | 0.8130 |
|
76 |
-
| No log | 6.9677 | 54 | 0.6745 | 0.8049 |
|
77 |
-
| No log | 7.2258 | 56 | 0.6745 | 0.8049 |
|
78 |
|
79 |
|
80 |
### Framework versions
|
|
|
8 |
- audiofolder
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
+
- f1
|
12 |
+
- precision
|
13 |
+
- recall
|
14 |
model-index:
|
15 |
- name: distilhubert-finetuned-donateacry
|
16 |
results:
|
|
|
26 |
metrics:
|
27 |
- name: Accuracy
|
28 |
type: accuracy
|
29 |
+
value: 0.7317073170731707
|
30 |
+
- name: F1
|
31 |
+
type: f1
|
32 |
+
value: 0.6183442116111302
|
33 |
+
- name: Precision
|
34 |
+
type: precision
|
35 |
+
value: 0.5353955978584176
|
36 |
+
- name: Recall
|
37 |
+
type: recall
|
38 |
+
value: 0.7317073170731707
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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: 1.0007
|
49 |
+
- Accuracy: 0.7317
|
50 |
+
- F1: 0.6183
|
51 |
+
- Precision: 0.5354
|
52 |
+
- Recall: 0.7317
|
53 |
|
54 |
## Model description
|
55 |
|
|
|
71 |
- learning_rate: 0.0005
|
72 |
- train_batch_size: 8
|
73 |
- eval_batch_size: 8
|
74 |
+
- seed: 42
|
75 |
- gradient_accumulation_steps: 8
|
76 |
- total_train_batch_size: 64
|
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: 2
|
81 |
|
82 |
### Training results
|
83 |
|
84 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
85 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
86 |
+
| No log | 0.9032 | 7 | 1.0816 | 0.7317 | 0.6183 | 0.5354 | 0.7317 |
|
87 |
+
| No log | 1.8065 | 14 | 1.0007 | 0.7317 | 0.6183 | 0.5354 | 0.7317 |
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
|
89 |
|
90 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94768644
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc54d37100103d1fa9f2f670439b7fc0958c8ccfdb7441a018516cd2c4749c49
|
3 |
size 94768644
|
runs/Aug27_19-50-19_DesMar/events.out.tfevents.1724781026.DesMar
ADDED
File without changes
|
runs/Aug27_19-50-53_DesMar/events.out.tfevents.1724781056.DesMar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3ef20c41bc2f6c8553e3384ba29d0489bc667b4898e0a50bb62bc7fc880503d
|
3 |
+
size 7276
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6a5751204999475962cd07da03a74d32b2cfd547a095d94c77fc7154d61e655
|
3 |
+
size 5240
|