taufiqsyed commited on
Commit
9748a5f
·
verified ·
1 Parent(s): 9c71e02

Model save

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_model_mid
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_model_mid
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: 5.8969
20
+ - Clap: 0.1396
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.0002
40
+ - train_batch_size: 2
41
+ - eval_batch_size: 1
42
+ - seed: 456
43
+ - gradient_accumulation_steps: 16
44
+ - total_train_batch_size: 32
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: 4.0
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Clap |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 6.1812 | 1.96 | 25 | 5.8969 | 0.1396 |
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - PEFT 0.13.2
59
+ - Transformers 4.47.0.dev0
60
+ - Pytorch 2.1.2+cu121
61
+ - Datasets 3.1.0
62
+ - Tokenizers 0.20.3