Marcos12886
commited on
Commit
•
2f46f69
1
Parent(s):
eaccbfe
End of training
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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:
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -56,15 +56,17 @@ The following hyperparameters were used during training:
|
|
56 |
- train_batch_size: 32
|
57 |
- eval_batch_size: 32
|
58 |
- seed: 123
|
|
|
|
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
- num_epochs: 1
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
-
| Training Loss | Epoch
|
66 |
-
|
67 |
-
| No log |
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.5561797752808989
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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: 1.3029
|
36 |
+
- Accuracy: 0.5562
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
56 |
- train_batch_size: 32
|
57 |
- eval_batch_size: 32
|
58 |
- seed: 123
|
59 |
+
- gradient_accumulation_steps: 4
|
60 |
+
- total_train_batch_size: 128
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- num_epochs: 1
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
69 |
+
| No log | 0.8696 | 5 | 1.3029 | 0.5562 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
runs/Jul03_16-46-02_DesMar/events.out.tfevents.1720018362.DesMar.18008.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9f0900ccb6aa6879fa269379b6bb94ffa72a7c1a9f4a61ab8d29b799bf95bd0
|
3 |
+
size 405
|