f0ghedgeh0g commited on
Commit
f55f361
·
verified ·
1 Parent(s): 113b21c

End of training

Browse files
Files changed (1) hide show
  1. README.md +60 -62
README.md CHANGED
@@ -1,62 +1,60 @@
1
- ---
2
- library_name: transformers
3
- license: apache-2.0
4
- base_model: ntu-spml/distilhubert
5
- tags:
6
- - generated_from_trainer
7
- datasets:
8
- - marsyas/gtzan
9
- model-index:
10
- - name: distilhubert-regularized-gtzan
11
- results: []
12
- metrics:
13
- - accuracy
14
- ---
15
-
16
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
- should probably proofread and complete it, then remove this comment. -->
18
-
19
- # distilhubert-regularized-gtzan
20
-
21
- This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the marsyas/gtzan dataset.
22
- It achieves the following results on the evaluation set:
23
- - eval_loss: 0.6969
24
- - eval_model_preparation_time: 0.0031
25
- - eval_accuracy: 0.86
26
- - eval_runtime: 69.8954
27
- - eval_samples_per_second: 1.431
28
- - eval_steps_per_second: 0.186
29
- - step: 0
30
-
31
- ## Model description
32
-
33
- More information needed
34
-
35
- ## Intended uses & limitations
36
-
37
- More information needed
38
-
39
- ## Training and evaluation data
40
-
41
- More information needed
42
-
43
- ## Training procedure
44
-
45
- ### Training hyperparameters
46
-
47
- The following hyperparameters were used during training:
48
- - learning_rate: 3e-05
49
- - train_batch_size: 8
50
- - eval_batch_size: 8
51
- - seed: 42
52
- - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
53
- - lr_scheduler_type: linear
54
- - lr_scheduler_warmup_ratio: 0.2
55
- - num_epochs: 30
56
-
57
- ### Framework versions
58
-
59
- - Transformers 4.48.0.dev0
60
- - Pytorch 2.6.0+cu126
61
- - Datasets 3.2.0
62
- - Tokenizers 0.21.0
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: ntu-spml/distilhubert
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - marsyas/gtzan
9
+ model-index:
10
+ - name: distilhubert-finetuned-hyperparam-gtzan
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # distilhubert-finetuned-hyperparam-gtzan
18
+
19
+ This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - eval_loss: 0.6969
22
+ - eval_model_preparation_time: 0.0031
23
+ - eval_accuracy: 0.86
24
+ - eval_runtime: 69.8954
25
+ - eval_samples_per_second: 1.431
26
+ - eval_steps_per_second: 0.186
27
+ - step: 0
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 3e-05
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_ratio: 0.2
53
+ - num_epochs: 30
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.48.0.dev0
58
+ - Pytorch 2.6.0+cu126
59
+ - Datasets 3.2.0
60
+ - Tokenizers 0.21.0