allispaul commited on
Commit
b2c420f
1 Parent(s): c7a45d8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: ntu-spml/distilhubert
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: distilhubert-finetuned-gtzan
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # distilhubert-finetuned-gtzan
17
+
18
+ This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.7097
21
+ - Accuracy: 0.8
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 4
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 8
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 10
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 1.9677 | 1.0 | 112 | 1.8659 | 0.42 |
56
+ | 1.1919 | 2.0 | 225 | 1.3071 | 0.61 |
57
+ | 0.9976 | 3.0 | 337 | 0.9191 | 0.74 |
58
+ | 0.5864 | 4.0 | 450 | 0.8043 | 0.78 |
59
+ | 0.534 | 5.0 | 562 | 0.7504 | 0.74 |
60
+ | 0.2751 | 6.0 | 675 | 0.7042 | 0.78 |
61
+ | 0.2142 | 7.0 | 787 | 0.7410 | 0.75 |
62
+ | 0.1927 | 8.0 | 900 | 0.7033 | 0.77 |
63
+ | 0.1604 | 9.0 | 1012 | 0.7741 | 0.77 |
64
+ | 0.0934 | 9.96 | 1120 | 0.7097 | 0.8 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.31.0
70
+ - Pytorch 2.0.1
71
+ - Datasets 2.15.0
72
+ - Tokenizers 0.13.2