xiaosh9527
commited on
Commit
•
68d1208
1
Parent(s):
f967eb3
Model save
Browse files
README.md
CHANGED
@@ -2,8 +2,6 @@
|
|
2 |
license: cc-by-nc-4.0
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
-
- text-to-audio
|
6 |
-
- techno_nan
|
7 |
- generated_from_trainer
|
8 |
base_model: facebook/musicgen-melody
|
9 |
model-index:
|
@@ -16,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# musicgen-melody-lora-techno-nan-colab
|
18 |
|
19 |
-
This model is a fine-tuned version of [facebook/musicgen-melody](https://huggingface.co/facebook/musicgen-melody) on
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,7 +33,7 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- learning_rate: 0.
|
39 |
- train_batch_size: 2
|
40 |
- eval_batch_size: 8
|
41 |
- seed: 42
|
@@ -43,7 +41,7 @@ The following hyperparameters were used during training:
|
|
43 |
- total_train_batch_size: 16
|
44 |
- optimizer: Adam with betas=(0.9,0.99) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
|
|
2 |
license: cc-by-nc-4.0
|
3 |
library_name: peft
|
4 |
tags:
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
base_model: facebook/musicgen-melody
|
7 |
model-index:
|
|
|
14 |
|
15 |
# musicgen-melody-lora-techno-nan-colab
|
16 |
|
17 |
+
This model is a fine-tuned version of [facebook/musicgen-melody](https://huggingface.co/facebook/musicgen-melody) on an unknown dataset.
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 0.0002
|
37 |
- train_batch_size: 2
|
38 |
- eval_batch_size: 8
|
39 |
- seed: 42
|
|
|
41 |
- total_train_batch_size: 16
|
42 |
- optimizer: Adam with betas=(0.9,0.99) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 12
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|