Z3K3 commited on
Commit
1ff559a
1 Parent(s): f476667

Model save

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: facebook/musicgen-large
3
+ library_name: peft
4
+ license: cc-by-nc-4.0
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: punk-music-test
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
+ # punk-music-test
16
+
17
+ This model is a fine-tuned version of [facebook/musicgen-large](https://huggingface.co/facebook/musicgen-large) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 4.6589
20
+ - Clap: 0.0539
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: 0.0001
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 1
42
+ - seed: 123
43
+ - gradient_accumulation_steps: 4
44
+ - total_train_batch_size: 16
45
+ - optimizer: Adam with betas=(0.9,0.99) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 8.0
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Clap |
53
+ |:-------------:|:------:|:----:|:---------------:|:------:|
54
+ | 8.875 | 0.8571 | 3 | 4.4074 | 0.0678 |
55
+ | 8.7074 | 2.0 | 7 | 4.4241 | 0.0586 |
56
+ | 8.6372 | 2.8571 | 10 | 4.4617 | 0.0704 |
57
+ | 8.5145 | 4.0 | 14 | 4.5377 | 0.0566 |
58
+ | 8.4215 | 4.8571 | 17 | 4.5900 | 0.0567 |
59
+ | 8.4121 | 6.0 | 21 | 4.6385 | 0.0320 |
60
+ | 8.377 | 6.8571 | 24 | 4.6589 | 0.0539 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - PEFT 0.11.1
66
+ - Transformers 4.42.0.dev0
67
+ - Pytorch 2.1.0+cu118
68
+ - Datasets 2.20.0
69
+ - Tokenizers 0.19.1