Merge pull request #1312 from rockerBOO/patch-2

Fix caption_separator missing in subset schema
This commit is contained in:
Kohya S
2024-05-12 21:33:12 +09:00
committed by GitHub

View File

@@ -191,6 +191,7 @@ class ConfigSanitizer:
"keep_tokens": int, "keep_tokens": int,
"keep_tokens_separator": str, "keep_tokens_separator": str,
"secondary_separator": str, "secondary_separator": str,
"caption_separator": str,
"enable_wildcard": bool, "enable_wildcard": bool,
"token_warmup_min": int, "token_warmup_min": int,
"token_warmup_step": Any(float, int), "token_warmup_step": Any(float, int),