Marcos12886
commited on
End of training
Browse files- README.md +26 -4
- config.json +1 -1
- model.safetensors +1 -1
- runs/Aug09_19-23-08_DesMar/events.out.tfevents.1723224189.DesMar.9516.0 +3 -0
- training_args.bin +2 -2
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,18 +60,22 @@ 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 | 1.0 | 11 | 0.
|
|
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
55 |
|
56 |
-
- Transformers 4.
|
57 |
- Pytorch 2.3.1+cu118
|
58 |
- Datasets 2.20.0
|
59 |
- Tokenizers 0.19.1
|
|
|
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.96045197740113
|
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.0929
|
36 |
+
- Accuracy: 0.9605
|
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: 5
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| No log | 1.0 | 11 | 0.1843 | 0.9322 |
|
70 |
+
| No log | 2.0 | 22 | 0.1730 | 0.9379 |
|
71 |
+
| No log | 3.0 | 33 | 0.1143 | 0.9492 |
|
72 |
+
| No log | 4.0 | 44 | 0.0885 | 0.9661 |
|
73 |
+
| No log | 5.0 | 55 | 0.0929 | 0.9605 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
77 |
|
78 |
+
- Transformers 4.43.4
|
79 |
- Pytorch 2.3.1+cu118
|
80 |
- Datasets 2.20.0
|
81 |
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -74,7 +74,7 @@
|
|
74 |
"num_hidden_layers": 2,
|
75 |
"pad_token_id": 0,
|
76 |
"torch_dtype": "float32",
|
77 |
-
"transformers_version": "4.
|
78 |
"use_weighted_layer_sum": false,
|
79 |
"vocab_size": 32
|
80 |
}
|
|
|
74 |
"num_hidden_layers": 2,
|
75 |
"pad_token_id": 0,
|
76 |
"torch_dtype": "float32",
|
77 |
+
"transformers_version": "4.43.4",
|
78 |
"use_weighted_layer_sum": false,
|
79 |
"vocab_size": 32
|
80 |
}
|
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:d701d0d5badfb6a6875815e81eb55418cfbdcba4b346613633d6bf87ff7cc22d
|
3 |
size 94763496
|
runs/Aug09_19-23-08_DesMar/events.out.tfevents.1723224189.DesMar.9516.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ebd97c2c45a02de0332e216cf766553c8a82f9766e485da3f6e5959e8273985
|
3 |
+
size 7777
|
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:e3255a60b444eb379dd7b6dff28abad8ca22836722dcb31e4c73f40ec2dff83a
|
3 |
+
size 5240
|