Marcos12886
commited on
Commit
•
27ea11b
1
Parent(s):
0635ba5
End of training
Browse files
README.md
CHANGED
@@ -6,9 +6,36 @@ tags:
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- audiofolder
|
|
|
|
|
|
|
|
|
|
|
9 |
model-index:
|
10 |
- name: distilhubert-finetuned-donateacry
|
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-donateacry
|
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,16 @@ 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.03
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
53 |
-
| No log | 0.8696 | 5 | 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-donateacry
|
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.8369565217391305
|
30 |
+
- name: F1
|
31 |
+
type: f1
|
32 |
+
value: 0.7626704399279649
|
33 |
+
- name: Precision
|
34 |
+
type: precision
|
35 |
+
value: 0.7004962192816635
|
36 |
+
- name: Recall
|
37 |
+
type: recall
|
38 |
+
value: 0.8369565217391305
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
44 |
# distilhubert-finetuned-donateacry
|
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.6676
|
49 |
+
- Accuracy: 0.8370
|
50 |
+
- F1: 0.7627
|
51 |
+
- Precision: 0.7005
|
52 |
+
- Recall: 0.8370
|
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.03
|
80 |
+
- num_epochs: 5
|
81 |
|
82 |
### Training results
|
83 |
|
84 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
85 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
86 |
+
| No log | 0.8696 | 5 | 0.7413 | 0.8370 | 0.7627 | 0.7005 | 0.8370 |
|
87 |
+
| No log | 1.9130 | 11 | 0.6653 | 0.8370 | 0.7627 | 0.7005 | 0.8370 |
|
88 |
+
| No log | 2.9565 | 17 | 0.6791 | 0.8370 | 0.7627 | 0.7005 | 0.8370 |
|
89 |
+
| No log | 4.0 | 23 | 0.6676 | 0.8370 | 0.7627 | 0.7005 | 0.8370 |
|
90 |
|
91 |
|
92 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94766588
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a3f9e5d8b40faff032035836f0dabe6808df764d0328654968025086605a13c
|
3 |
size 94766588
|
runs/Aug31_20-19-08_ubumarcos/events.out.tfevents.1725128350.ubumarcos
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bff1a2cef65a3f2a7c516ec631a0238c5f3679d78b3f4cf59e5facab221b217c
|
3 |
+
size 8125
|
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:eeb6d9b2e1785128df653901ad7d75afd6158214df478bb9510988efceac9d7c
|
3 |
size 5240
|