End of training
Browse files- README.md +83 -0
- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
datasets:
|
5 |
+
- gtzan
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: distilhubert-finetuned-gtzan
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: Audio Classification
|
13 |
+
type: audio-classification
|
14 |
+
dataset:
|
15 |
+
name: gtzan
|
16 |
+
type: gtzan
|
17 |
+
config: all
|
18 |
+
split: train
|
19 |
+
args: all
|
20 |
+
metrics:
|
21 |
+
- name: Accuracy
|
22 |
+
type: accuracy
|
23 |
+
value: 0.75
|
24 |
+
---
|
25 |
+
|
26 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
27 |
+
should probably proofread and complete it, then remove this comment. -->
|
28 |
+
|
29 |
+
# distilhubert-finetuned-gtzan
|
30 |
+
|
31 |
+
This model was trained from scratch on the gtzan dataset.
|
32 |
+
It achieves the following results on the evaluation set:
|
33 |
+
- Accuracy: 0.75
|
34 |
+
- Loss: 0.7487
|
35 |
+
|
36 |
+
## Model description
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Intended uses & limitations
|
41 |
+
|
42 |
+
More information needed
|
43 |
+
|
44 |
+
## Training and evaluation data
|
45 |
+
|
46 |
+
More information needed
|
47 |
+
|
48 |
+
## Training procedure
|
49 |
+
|
50 |
+
### Training hyperparameters
|
51 |
+
|
52 |
+
The following hyperparameters were used during training:
|
53 |
+
- learning_rate: 5e-05
|
54 |
+
- train_batch_size: 8
|
55 |
+
- eval_batch_size: 4
|
56 |
+
- seed: 42
|
57 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
+
- lr_scheduler_type: linear
|
59 |
+
- lr_scheduler_warmup_ratio: 0.1
|
60 |
+
- num_epochs: 2
|
61 |
+
|
62 |
+
### Training results
|
63 |
+
|
64 |
+
| Training Loss | Epoch | Step | Accuracy | Validation Loss |
|
65 |
+
|:-------------:|:-----:|:----:|:--------:|:---------------:|
|
66 |
+
| 1.9415 | 1.0 | 113 | 0.55 | 1.8500 |
|
67 |
+
| 1.3078 | 2.0 | 226 | 0.58 | 1.3794 |
|
68 |
+
| 1.1238 | 3.0 | 339 | 0.65 | 1.0919 |
|
69 |
+
| 0.788 | 4.0 | 452 | 0.68 | 1.0212 |
|
70 |
+
| 0.5932 | 5.0 | 565 | 0.69 | 0.8691 |
|
71 |
+
| 0.4042 | 6.0 | 678 | 0.71 | 0.8527 |
|
72 |
+
| 0.3421 | 7.0 | 791 | 0.75 | 0.7737 |
|
73 |
+
| 0.223 | 8.0 | 904 | 0.75 | 0.8463 |
|
74 |
+
| 0.1162 | 9.0 | 1017 | 0.77 | 0.7808 |
|
75 |
+
| 0.0863 | 10.0 | 1130 | 0.75 | 0.7487 |
|
76 |
+
|
77 |
+
|
78 |
+
### Framework versions
|
79 |
+
|
80 |
+
- Transformers 4.32.1
|
81 |
+
- Pytorch 2.1.2
|
82 |
+
- Datasets 2.16.1
|
83 |
+
- Tokenizers 0.13.2
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": false,
|
5 |
"architectures": [
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./distilhubert-finetuned-gtzan",
|
3 |
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": false,
|
5 |
"architectures": [
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94783885
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1aabee35711bf05cdadd489ad84c5a6fa1a84a1b15c6640fe6145e67110933d4
|
3 |
size 94783885
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1049162809af7fbfa35b77684064130f69cb69f8687b89a86d2bf10ec857f113
|
3 |
size 4536
|