Marcos12886
commited on
Commit
•
9fda9b2
1
Parent(s):
9035ccf
End of training
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ 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.6966
|
37 |
|
38 |
## Model description
|
@@ -53,10 +53,10 @@ More information needed
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 0.001
|
56 |
-
- train_batch_size:
|
57 |
-
- eval_batch_size:
|
58 |
- seed: 123
|
59 |
-
- gradient_accumulation_steps:
|
60 |
- total_train_batch_size: 64
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
@@ -66,7 +66,7 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
69 |
-
| No log | 0.9888 | 11 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
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.1038
|
36 |
- Accuracy: 0.6966
|
37 |
|
38 |
## Model description
|
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 0.001
|
56 |
+
- train_batch_size: 4
|
57 |
+
- eval_batch_size: 4
|
58 |
- seed: 123
|
59 |
+
- gradient_accumulation_steps: 16
|
60 |
- total_train_batch_size: 64
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
69 |
+
| No log | 0.9888 | 11 | 1.1038 | 0.6966 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
runs/Jul03_17-26-22_DesMar/events.out.tfevents.1720020383.DesMar.14444.0
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:81a131d3e9c5076734fdd7bc4cf6f691759ba10fd13cb407a88934402cf59a5f
|
3 |
+
size 6738
|
runs/Jul03_17-26-22_DesMar/events.out.tfevents.1720020506.DesMar.14444.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6158f778a7c2cd066b8227b16c3d015bf7de7d708c0c20cc435574db7aac5e31
|
3 |
+
size 405
|