taufiqsyed
commited on
Commit
•
55a9e2d
1
Parent(s):
43ad444
Model save
Browse files
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_finetune_model_16
|
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_finetune_model_16
|
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: 3.7648
|
20 |
+
- Clap: 0.2037
|
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: 1e-05
|
40 |
+
- train_batch_size: 1
|
41 |
+
- eval_batch_size: 1
|
42 |
+
- seed: 456
|
43 |
+
- gradient_accumulation_steps: 8
|
44 |
+
- total_train_batch_size: 8
|
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: cosine
|
47 |
+
- num_epochs: 1.0
|
48 |
+
- mixed_precision_training: Native AMP
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Clap |
|
53 |
+
|:-------------:|:------:|:----:|:---------------:|:------:|
|
54 |
+
| 9.2964 | 0.2407 | 25 | 3.6824 | 0.2393 |
|
55 |
+
| 8.452 | 0.4813 | 50 | 3.7090 | 0.2203 |
|
56 |
+
| 8.2681 | 0.7220 | 75 | 3.7505 | 0.1934 |
|
57 |
+
| 8.0758 | 0.9627 | 100 | 3.7648 | 0.2037 |
|
58 |
+
|
59 |
+
|
60 |
+
### Framework versions
|
61 |
+
|
62 |
+
- PEFT 0.13.2
|
63 |
+
- Transformers 4.47.0.dev0
|
64 |
+
- Pytorch 2.1.2+cu121
|
65 |
+
- Datasets 3.1.0
|
66 |
+
- Tokenizers 0.20.3
|