ProjectNekoFi
commited on
Commit
•
9891639
1
Parent(s):
79f45c2
feat: upload reaimer-v0-e3-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,7 +45,7 @@ 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]
|
|
|
29 |
|
30 |
[training_arguments]
|
31 |
output_dir = "/content/fine_tune/output"
|
32 |
+
output_name = "reaimer-v0-e3-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-e3-5"
|
49 |
noise_offset = 0.12
|
50 |
|
51 |
[sample_prompt_arguments]
|