floriangardin commited on
Commit
c340281
1 Parent(s): cd07aa0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +95 -0
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: model
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # model
13
+
14
+ This model is a fine-tuned version of [floriangardin/musiclang_medium](https://huggingface.co/floriangardin/musiclang_medium) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.5640
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-05
36
+ - train_batch_size: 64
37
+ - eval_batch_size: 64
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - lr_scheduler_warmup_steps: 15
42
+ - num_epochs: 6
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | No log | 0.15 | 400 | 0.6429 |
49
+ | 0.6819 | 0.3 | 800 | 0.6389 |
50
+ | 0.6744 | 0.44 | 1200 | 0.6335 |
51
+ | 0.6664 | 0.59 | 1600 | 0.6319 |
52
+ | 0.659 | 0.74 | 2000 | 0.6246 |
53
+ | 0.659 | 0.89 | 2400 | 0.6203 |
54
+ | 0.6519 | 1.04 | 2800 | 0.6178 |
55
+ | 0.6446 | 1.19 | 3200 | 0.6136 |
56
+ | 0.6403 | 1.33 | 3600 | 0.6103 |
57
+ | 0.6363 | 1.48 | 4000 | 0.6052 |
58
+ | 0.6363 | 1.63 | 4400 | 0.6051 |
59
+ | 0.6302 | 1.78 | 4800 | 0.6011 |
60
+ | 0.6257 | 1.93 | 5200 | 0.5985 |
61
+ | 0.6229 | 2.07 | 5600 | 0.5971 |
62
+ | 0.6185 | 2.22 | 6000 | 0.5948 |
63
+ | 0.6185 | 2.37 | 6400 | 0.5938 |
64
+ | 0.6155 | 2.52 | 6800 | 0.5911 |
65
+ | 0.6123 | 2.67 | 7200 | 0.5883 |
66
+ | 0.6096 | 2.82 | 7600 | 0.5867 |
67
+ | 0.6079 | 2.96 | 8000 | 0.5856 |
68
+ | 0.6079 | 3.11 | 8400 | 0.5835 |
69
+ | 0.6026 | 3.26 | 8800 | 0.5814 |
70
+ | 0.5998 | 3.41 | 9200 | 0.5804 |
71
+ | 0.5993 | 3.56 | 9600 | 0.5779 |
72
+ | 0.5978 | 3.71 | 10000 | 0.5770 |
73
+ | 0.5978 | 3.85 | 10400 | 0.5761 |
74
+ | 0.5958 | 4.0 | 10800 | 0.5746 |
75
+ | 0.5937 | 4.15 | 11200 | 0.5737 |
76
+ | 0.5909 | 4.3 | 11600 | 0.5733 |
77
+ | 0.5884 | 4.45 | 12000 | 0.5714 |
78
+ | 0.5884 | 4.59 | 12400 | 0.5704 |
79
+ | 0.588 | 4.74 | 12800 | 0.5690 |
80
+ | 0.5875 | 4.89 | 13200 | 0.5685 |
81
+ | 0.5848 | 5.04 | 13600 | 0.5679 |
82
+ | 0.5827 | 5.19 | 14000 | 0.5668 |
83
+ | 0.5827 | 5.34 | 14400 | 0.5663 |
84
+ | 0.5839 | 5.48 | 14800 | 0.5658 |
85
+ | 0.5806 | 5.63 | 15200 | 0.5650 |
86
+ | 0.5803 | 5.78 | 15600 | 0.5644 |
87
+ | 0.5796 | 5.93 | 16000 | 0.5640 |
88
+
89
+
90
+ ### Framework versions
91
+
92
+ - Transformers 4.29.2
93
+ - Pytorch 2.0.1+cu118
94
+ - Datasets 2.12.0
95
+ - Tokenizers 0.13.3