Ariel Fikru
commited on
Commit
·
f355aa6
1
Parent(s):
7b94fdb
feat: upload reserval-v0-20k checkpoint
Browse files
reserval_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 = "reserval-v0-
|
33 |
save_precision = "fp16"
|
34 |
save_n_epoch_ratio = 1
|
35 |
save_state = true
|
@@ -45,8 +45,8 @@ gradient_checkpointing = false
|
|
45 |
gradient_accumulation_steps = 1
|
46 |
mixed_precision = "fp16"
|
47 |
logging_dir = "/content/fine_tune/logs"
|
48 |
-
log_prefix = "reserval-v0-
|
49 |
-
noise_offset = 0.
|
50 |
|
51 |
[sample_prompt_arguments]
|
52 |
sample_every_n_steps = 200
|
|
|
29 |
|
30 |
[training_arguments]
|
31 |
output_dir = "/content/fine_tune/output"
|
32 |
+
output_name = "reserval-v0-20k"
|
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 = "reserval-v0-20k"
|
49 |
+
noise_offset = 0.05
|
50 |
|
51 |
[sample_prompt_arguments]
|
52 |
sample_every_n_steps = 200
|