End of training
Browse files- README.md +3 -1
- trainer_state.json +70 -0
README.md
CHANGED
@@ -3,6 +3,8 @@ base_model: facebook/musicgen-melody
|
|
3 |
library_name: peft
|
4 |
license: cc-by-nc-4.0
|
5 |
tags:
|
|
|
|
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
- name: musicgen-melody-lora-jay-test2-colab
|
@@ -14,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# musicgen-melody-lora-jay-test2-colab
|
16 |
|
17 |
-
This model is a fine-tuned version of [facebook/musicgen-melody](https://huggingface.co/facebook/musicgen-melody) on
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
3 |
library_name: peft
|
4 |
license: cc-by-nc-4.0
|
5 |
tags:
|
6 |
+
- text-to-audio
|
7 |
+
- jaychou
|
8 |
- generated_from_trainer
|
9 |
model-index:
|
10 |
- name: musicgen-melody-lora-jay-test2-colab
|
|
|
16 |
|
17 |
# musicgen-melody-lora-jay-test2-colab
|
18 |
|
19 |
+
This model is a fine-tuned version of [facebook/musicgen-melody](https://huggingface.co/facebook/musicgen-melody) on the jazzson/datasetJayChou dataset.
|
20 |
|
21 |
## Model description
|
22 |
|
trainer_state.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 5.333333333333333,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 8,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.3333333333333333,
|
13 |
+
"grad_norm": 1.9667768478393555,
|
14 |
+
"learning_rate": 0.00015000000000000001,
|
15 |
+
"loss": 9.3086,
|
16 |
+
"step": 2
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 2.6666666666666665,
|
20 |
+
"grad_norm": 1.3830890655517578,
|
21 |
+
"learning_rate": 0.0001,
|
22 |
+
"loss": 7.9088,
|
23 |
+
"step": 4
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 4.0,
|
27 |
+
"grad_norm": 1.0656214952468872,
|
28 |
+
"learning_rate": 5e-05,
|
29 |
+
"loss": 7.4385,
|
30 |
+
"step": 6
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 5.333333333333333,
|
34 |
+
"grad_norm": 0.9365198016166687,
|
35 |
+
"learning_rate": 0.0,
|
36 |
+
"loss": 7.2958,
|
37 |
+
"step": 8
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 5.333333333333333,
|
41 |
+
"step": 8,
|
42 |
+
"total_flos": 36142266989280.0,
|
43 |
+
"train_loss": 7.987936019897461,
|
44 |
+
"train_runtime": 213.0103,
|
45 |
+
"train_samples_per_second": 0.901,
|
46 |
+
"train_steps_per_second": 0.038
|
47 |
+
}
|
48 |
+
],
|
49 |
+
"logging_steps": 2,
|
50 |
+
"max_steps": 8,
|
51 |
+
"num_input_tokens_seen": 0,
|
52 |
+
"num_train_epochs": 8,
|
53 |
+
"save_steps": 500,
|
54 |
+
"stateful_callbacks": {
|
55 |
+
"TrainerControl": {
|
56 |
+
"args": {
|
57 |
+
"should_epoch_stop": false,
|
58 |
+
"should_evaluate": false,
|
59 |
+
"should_log": false,
|
60 |
+
"should_save": false,
|
61 |
+
"should_training_stop": false
|
62 |
+
},
|
63 |
+
"attributes": {}
|
64 |
+
}
|
65 |
+
},
|
66 |
+
"total_flos": 36142266989280.0,
|
67 |
+
"train_batch_size": 2,
|
68 |
+
"trial_name": null,
|
69 |
+
"trial_params": null
|
70 |
+
}
|