Marcos12886
commited on
Commit
•
ddd2edb
1
Parent(s):
2c94692
End of training
Browse files
README.md
CHANGED
@@ -6,36 +6,9 @@ tags:
|
|
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-cry-detector
|
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.9691629955947136
|
30 |
-
- name: F1
|
31 |
-
type: f1
|
32 |
-
value: 0.9692159230090303
|
33 |
-
- name: Precision
|
34 |
-
type: precision
|
35 |
-
value: 0.969310997758714
|
36 |
-
- name: Recall
|
37 |
-
type: recall
|
38 |
-
value: 0.9691629955947136
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -44,12 +17,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
44 |
# distilhubert-finetuned-cry-detector
|
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.0854
|
49 |
-
- Accuracy: 0.9692
|
50 |
-
- F1: 0.9692
|
51 |
-
- Precision: 0.9693
|
52 |
-
- Recall: 0.9692
|
53 |
|
54 |
## Model description
|
55 |
|
@@ -76,17 +43,14 @@ The following hyperparameters were used during training:
|
|
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 |
-
-
|
|
|
80 |
|
81 |
### Training results
|
82 |
|
83 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
84 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
85 |
-
| No log | 0.9825 | 14 | 0.
|
86 |
-
| No log | 1.9649 | 28 | 0.1569 | 0.9427 | 0.9434 | 0.9459 | 0.9427 |
|
87 |
-
| No log | 2.9474 | 42 | 0.1216 | 0.9559 | 0.9556 | 0.9560 | 0.9559 |
|
88 |
-
| No log | 4.0 | 57 | 0.0876 | 0.9692 | 0.9692 | 0.9693 | 0.9692 |
|
89 |
-
| No log | 4.9123 | 70 | 0.0854 | 0.9692 | 0.9692 | 0.9693 | 0.9692 |
|
90 |
|
91 |
|
92 |
### Framework versions
|
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- audiofolder
|
|
|
|
|
|
|
|
|
|
|
9 |
model-index:
|
10 |
- name: distilhubert-finetuned-cry-detector
|
11 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
17 |
# distilhubert-finetuned-cry-detector
|
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 |
|
|
|
43 |
- total_train_batch_size: 64
|
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: 1
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
53 |
+
| No log | 0.9825 | 14 | 0.3061 | 0.9515 | 0.9513 | 0.9514 | 0.9515 |
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94763496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9eb24e7947ab15b02eb436c8f150947c743100f37dec25ccc10ffc6fed611a7d
|
3 |
size 94763496
|
runs/Aug27_19-27-35_DesMar/events.out.tfevents.1724779659.DesMar
ADDED
File without changes
|
runs/Aug27_19-28-06_DesMar/events.out.tfevents.1724779689.DesMar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:309362d3042d511932f734ced578c237131b1f4d40a80c826a23b0708897c828
|
3 |
+
size 6619
|
runs/Aug27_19-36-20_DesMar/events.out.tfevents.1724780184.DesMar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3839293a089734bee8a3d0c5bcc503a068769ce0c4bde986b609547aa1889cad
|
3 |
+
size 6619
|
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:844c265c563b163b1c63cfc96e731e7d9d617af8487918d3367bfaa60fcca864
|
3 |
size 5240
|