Commit
·
a8441d7
1
Parent(s):
04be6b1
feat: upload reaimer-v0-e4-5-state checkpoint
Browse files
v0_config/config_file.toml
CHANGED
|
@@ -29,7 +29,7 @@ token_warmup_step = 0
|
|
| 29 |
|
| 30 |
[training_arguments]
|
| 31 |
output_dir = "/content/fine_tune/output"
|
| 32 |
-
output_name = "reaimer-v0-
|
| 33 |
save_precision = "fp16"
|
| 34 |
save_n_epoch_ratio = 1
|
| 35 |
save_state = true
|
|
@@ -45,11 +45,11 @@ gradient_checkpointing = false
|
|
| 45 |
gradient_accumulation_steps = 1
|
| 46 |
mixed_precision = "fp16"
|
| 47 |
logging_dir = "/content/fine_tune/logs"
|
| 48 |
-
log_prefix = "reaimer-v0-
|
| 49 |
noise_offset = 0.12
|
| 50 |
|
| 51 |
[sample_prompt_arguments]
|
| 52 |
-
sample_every_n_steps =
|
| 53 |
sample_sampler = "ddim"
|
| 54 |
|
| 55 |
[saving_arguments]
|
|
|
|
| 29 |
|
| 30 |
[training_arguments]
|
| 31 |
output_dir = "/content/fine_tune/output"
|
| 32 |
+
output_name = "reaimer-v0-e4-5"
|
| 33 |
save_precision = "fp16"
|
| 34 |
save_n_epoch_ratio = 1
|
| 35 |
save_state = true
|
|
|
|
| 45 |
gradient_accumulation_steps = 1
|
| 46 |
mixed_precision = "fp16"
|
| 47 |
logging_dir = "/content/fine_tune/logs"
|
| 48 |
+
log_prefix = "reaimer-v0-e4-5"
|
| 49 |
noise_offset = 0.12
|
| 50 |
|
| 51 |
[sample_prompt_arguments]
|
| 52 |
+
sample_every_n_steps = 200
|
| 53 |
sample_sampler = "ddim"
|
| 54 |
|
| 55 |
[saving_arguments]
|