Marcos12886
commited on
Commit
•
9dafb25
1
Parent(s):
1dd9ae2
End of training
Browse files- README.md +8 -6
- config.json +14 -10
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -23,7 +23,7 @@ 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 +33,8 @@ 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: 0.
|
37 |
-
- Accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -61,14 +61,16 @@ The following hyperparameters were used during training:
|
|
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 |
-
- num_epochs:
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
70 |
-
| No log | 0.
|
71 |
-
| No log | 1.
|
|
|
|
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.7967479674796748
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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: 0.8032
|
37 |
+
- Accuracy: 0.7967
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
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 |
+
- num_epochs: 4
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
70 |
+
| No log | 0.9032 | 7 | 1.0528 | 0.7317 |
|
71 |
+
| No log | 1.9355 | 15 | 0.9343 | 0.7724 |
|
72 |
+
| No log | 2.9677 | 23 | 0.8097 | 0.7967 |
|
73 |
+
| No log | 3.6129 | 28 | 0.8032 | 0.7967 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
config.json
CHANGED
@@ -49,20 +49,24 @@
|
|
49 |
"hidden_dropout": 0.1,
|
50 |
"hidden_size": 768,
|
51 |
"id2label": {
|
52 |
-
"0": "
|
53 |
-
"1": "
|
54 |
-
"2": "
|
55 |
-
"3": "
|
56 |
-
"4": "
|
|
|
|
|
57 |
},
|
58 |
"initializer_range": 0.02,
|
59 |
"intermediate_size": 3072,
|
60 |
"label2id": {
|
61 |
-
"
|
62 |
-
"
|
63 |
-
"
|
64 |
-
"
|
65 |
-
"
|
|
|
|
|
66 |
},
|
67 |
"layer_norm_eps": 1e-05,
|
68 |
"layerdrop": 0.0,
|
|
|
49 |
"hidden_dropout": 0.1,
|
50 |
"hidden_size": 768,
|
51 |
"id2label": {
|
52 |
+
"0": "asphyxia",
|
53 |
+
"1": "belly_pain",
|
54 |
+
"2": "burping",
|
55 |
+
"3": "discomfort",
|
56 |
+
"4": "hungry",
|
57 |
+
"5": "pain",
|
58 |
+
"6": "tired"
|
59 |
},
|
60 |
"initializer_range": 0.02,
|
61 |
"intermediate_size": 3072,
|
62 |
"label2id": {
|
63 |
+
"asphyxia": "0",
|
64 |
+
"belly_pain": "1",
|
65 |
+
"burping": "2",
|
66 |
+
"discomfort": "3",
|
67 |
+
"hungry": "4",
|
68 |
+
"pain": "5",
|
69 |
+
"tired": "6"
|
70 |
},
|
71 |
"layer_norm_eps": 1e-05,
|
72 |
"layerdrop": 0.0,
|
model.safetensors
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:1ddd198ecc5196b8732113a640b9c335237a01045cfc3f0e70a102115fcfe48b
|
3 |
+
size 94768644
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2bb14aab55aded97d97bdff2167f490a8f2ab6aafaa41b05ae869002f66a723
|
3 |
size 5176
|