Derek Thomas commited on
Commit
1eb0871
·
1 Parent(s): 265e6e1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - marsyas/gtzan
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: hubert-base-ls960-finetuned-gtzan-efficient
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
+ # hubert-base-ls960-finetuned-gtzan-efficient
18
+
19
+ This model is a fine-tuned version of [facebook/hubert-base-ls960](https://huggingface.co/facebook/hubert-base-ls960) on the GTZAN dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.0959
22
+ - Accuracy: 0.89
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 5e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_ratio: 0.1
48
+ - num_epochs: 30
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | 2.1988 | 1.0 | 113 | 2.1353 | 0.36 |
55
+ | 1.6317 | 2.0 | 226 | 1.7387 | 0.39 |
56
+ | 1.4411 | 3.0 | 339 | 1.3925 | 0.46 |
57
+ | 0.8491 | 4.0 | 452 | 1.0834 | 0.65 |
58
+ | 2.1748 | 5.0 | 565 | 1.1530 | 0.64 |
59
+ | 1.4915 | 6.0 | 678 | 0.9865 | 0.69 |
60
+ | 0.4322 | 7.0 | 791 | 1.3910 | 0.6 |
61
+ | 0.6867 | 8.0 | 904 | 1.1252 | 0.7 |
62
+ | 0.0758 | 9.0 | 1017 | 0.7395 | 0.75 |
63
+ | 1.8782 | 10.0 | 1130 | 0.9792 | 0.77 |
64
+ | 1.0492 | 11.0 | 1243 | 0.8810 | 0.75 |
65
+ | 0.0376 | 12.0 | 1356 | 0.7031 | 0.81 |
66
+ | 0.0648 | 13.0 | 1469 | 0.7527 | 0.82 |
67
+ | 1.1951 | 14.0 | 1582 | 0.7731 | 0.84 |
68
+ | 0.0071 | 15.0 | 1695 | 0.9237 | 0.83 |
69
+ | 0.0095 | 16.0 | 1808 | 0.8471 | 0.85 |
70
+ | 0.0014 | 17.0 | 1921 | 1.0585 | 0.87 |
71
+ | 0.0007 | 18.0 | 2034 | 1.0959 | 0.89 |
72
+ | 0.0003 | 19.0 | 2147 | 1.3957 | 0.86 |
73
+ | 3.0069 | 20.0 | 2260 | 1.6382 | 0.84 |
74
+ | 0.0 | 21.0 | 2373 | 1.3385 | 0.88 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.30.2
80
+ - Pytorch 2.1.0.dev20230627+cu121
81
+ - Datasets 2.13.1
82
+ - Tokenizers 0.13.3