taufiqsyed commited on
Commit
4918921
1 Parent(s): 30ee489

Model save

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: cc-by-nc-4.0
4
+ base_model: facebook/musicgen-small
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: salami_truncsplit_legit1_model
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # salami_truncsplit_legit1_model
16
+
17
+ This model is a fine-tuned version of [facebook/musicgen-small](https://huggingface.co/facebook/musicgen-small) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 6.5205
20
+ - Clap: 0.1081
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 1
41
+ - eval_batch_size: 1
42
+ - seed: 456
43
+ - gradient_accumulation_steps: 16
44
+ - total_train_batch_size: 16
45
+ - optimizer: Use adamw_torch with betas=(0.9,0.99) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: constant
47
+ - num_epochs: 10.0
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Clap |
53
+ |:-------------:|:------:|:----:|:---------------:|:------:|
54
+ | 8.305 | 0.4813 | 25 | 3.7163 | 0.2508 |
55
+ | 6.9842 | 0.9627 | 50 | 4.6081 | 0.0551 |
56
+ | 6.9013 | 1.4428 | 75 | 5.6498 | 0.0582 |
57
+ | 6.0195 | 1.9242 | 100 | 5.7631 | 0.1450 |
58
+ | 6.447 | 2.4043 | 125 | 5.7947 | 0.1187 |
59
+ | 6.215 | 2.8857 | 150 | 5.8396 | 0.1164 |
60
+ | 6.4075 | 3.3658 | 175 | 5.8361 | 0.1174 |
61
+ | 5.797 | 3.8472 | 200 | 5.8150 | 0.1093 |
62
+ | 6.347 | 4.3273 | 225 | 5.7935 | 0.1029 |
63
+ | 5.3935 | 4.8087 | 250 | 5.7605 | 0.1040 |
64
+ | 6.0328 | 5.2888 | 275 | 5.7012 | 0.1006 |
65
+ | 6.1476 | 5.7702 | 300 | 5.6703 | 0.0880 |
66
+ | 5.9049 | 6.2503 | 325 | 5.8333 | 0.1260 |
67
+ | 5.8547 | 6.7316 | 350 | 5.9171 | 0.1415 |
68
+ | 5.5151 | 7.2118 | 375 | 6.0307 | 0.1488 |
69
+ | 6.0651 | 7.6931 | 400 | 6.0683 | 0.1520 |
70
+ | 6.0339 | 8.1733 | 425 | 6.1653 | 0.1496 |
71
+ | 5.5607 | 8.6546 | 450 | 6.3588 | 0.1344 |
72
+ | 6.0312 | 9.1348 | 475 | 6.4503 | 0.1358 |
73
+ | 5.9084 | 9.6161 | 500 | 6.5205 | 0.1081 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - PEFT 0.13.2
79
+ - Transformers 4.47.0.dev0
80
+ - Pytorch 2.1.2+cu121
81
+ - Datasets 3.1.0
82
+ - Tokenizers 0.20.3