ylacombe HF staff commited on
Commit
5250b95
1 Parent(s): e821818

End of training

Browse files
Files changed (4) hide show
  1. README.md +4 -1
  2. all_results.json +8 -0
  3. train_results.json +8 -0
  4. trainer_state.json +36 -0
README.md CHANGED
@@ -1,5 +1,8 @@
1
  ---
 
2
  tags:
 
 
3
  - generated_from_trainer
4
  datasets:
5
  - audiofolder
@@ -13,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # musicgen-melody-bella-ciao
15
 
16
- This model is a fine-tuned version of [](https://huggingface.co/) on the audiofolder dataset.
17
 
18
  ## Model description
19
 
 
1
  ---
2
+ base_model: ylacombe/musicgen-melody
3
  tags:
4
+ - text-to-audio
5
+ - patrickvonplaten/bella_ciao
6
  - generated_from_trainer
7
  datasets:
8
  - audiofolder
 
16
 
17
  # musicgen-melody-bella-ciao
18
 
19
+ This model is a fine-tuned version of [ylacombe/musicgen-melody](https://huggingface.co/ylacombe/musicgen-melody) on the PATRICKVONPLATEN/BELLA_CIAO - DEFAULT dataset.
20
 
21
  ## Model description
22
 
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "train_loss": 7.274218139648437,
4
+ "train_runtime": 171.1896,
5
+ "train_samples": 30,
6
+ "train_samples_per_second": 1.752,
7
+ "train_steps_per_second": 0.876
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "train_loss": 7.274218139648437,
4
+ "train_runtime": 171.1896,
5
+ "train_samples": 30,
6
+ "train_samples_per_second": 1.752,
7
+ "train_steps_per_second": 0.876
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 10.0,
5
+ "eval_steps": 1000,
6
+ "global_step": 150,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 6.67,
13
+ "learning_rate": 1.6666666666666667e-05,
14
+ "loss": 7.3982,
15
+ "step": 100
16
+ },
17
+ {
18
+ "epoch": 10.0,
19
+ "step": 150,
20
+ "total_flos": 0.0,
21
+ "train_loss": 7.274218139648437,
22
+ "train_runtime": 171.1896,
23
+ "train_samples_per_second": 1.752,
24
+ "train_steps_per_second": 0.876
25
+ }
26
+ ],
27
+ "logging_steps": 100,
28
+ "max_steps": 150,
29
+ "num_input_tokens_seen": 0,
30
+ "num_train_epochs": 10,
31
+ "save_steps": 500,
32
+ "total_flos": 0.0,
33
+ "train_batch_size": 2,
34
+ "trial_name": null,
35
+ "trial_params": null
36
+ }