Marcos12886
commited on
Commit
•
93cee1c
1
Parent(s):
8996d07
End of training
Browse files
README.md
CHANGED
@@ -5,9 +5,24 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- audiofolder
|
|
|
|
|
8 |
model-index:
|
9 |
- name: distilhubert-finetuned-cry-detector
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,6 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# distilhubert-finetuned-cry-detector
|
17 |
|
18 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the audiofolder dataset.
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -42,13 +60,16 @@ The following hyperparameters were used during training:
|
|
42 |
- total_train_batch_size: 64
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: cosine
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
51 |
-
| No log | 0.9888 | 11 | 1.
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- audiofolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
model-index:
|
11 |
- name: distilhubert-finetuned-cry-detector
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Audio Classification
|
15 |
+
type: audio-classification
|
16 |
+
dataset:
|
17 |
+
name: audiofolder
|
18 |
+
type: audiofolder
|
19 |
+
config: default
|
20 |
+
split: train
|
21 |
+
args: default
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.7921348314606742
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
# distilhubert-finetuned-cry-detector
|
32 |
|
33 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the audiofolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.9516
|
36 |
+
- Accuracy: 0.7921
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
60 |
- total_train_batch_size: 64
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: cosine
|
63 |
+
- num_epochs: 4
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
69 |
+
| No log | 0.9888 | 11 | 1.4256 | 0.5730 |
|
70 |
+
| No log | 1.9775 | 22 | 1.0959 | 0.7753 |
|
71 |
+
| No log | 2.9663 | 33 | 0.9719 | 0.7865 |
|
72 |
+
| No log | 3.9551 | 44 | 0.9516 | 0.7921 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94770700
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07913b184b5edc17d218e4cbfd056d01ea76c90913b3e1e18ef3d67fe0d58c93
|
3 |
size 94770700
|
runs/Aug12_15-34-44_DesMar/events.out.tfevents.1723469687.DesMar.3712.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:820033597a605b1add9d10ac8444e78f6dd02b24fa76b9e9f530999b8e1880b4
|
3 |
+
size 7766
|
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:0ab6f52322dd54624e8ca01556392c8ad584fcd7364a756a6fa96a2165422542
|
3 |
size 5240
|