171 steps, train_loss=0.6808, eval_loss=0.6348 (comparable to v1's 0.6306),
peak CUDA memory 74.58GB -- identical to v1's run, confirming the 13
corrective seeds didn't change the memory/length envelope. All guards
verified in adapter_config.json: use_rslora=false, use_dora=false,
lora_bias=false, modules_to_save=null, r=32, lora_alpha=64.
v1 adapter (out/lora-adapter-penpot/, commit 363648f) stays untouched as
a rollback point. New OUTPUT_DIR avoided the overwrite guard.
adapter_model.safetensors sha256 verified identical before/after copying
out of the container (root-owned file, fixed ownership via chown inside
the container since this OUTPUT_DIR landed inside the worktree, unlike
v1's which was copied in from outside).
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"add_prefix_space": false,
|
|
"audio_bos_token": "<|audio_start|>",
|
|
"audio_eos_token": "<|audio_end|>",
|
|
"audio_token": "<|audio_pad|>",
|
|
"backend": "tokenizers",
|
|
"bos_token": null,
|
|
"clean_up_tokenization_spaces": false,
|
|
"eos_token": "<|im_end|>",
|
|
"errors": "replace",
|
|
"image_token": "<|image_pad|>",
|
|
"is_local": true,
|
|
"local_files_only": false,
|
|
"model_max_length": 262144,
|
|
"model_specific_special_tokens": {
|
|
"audio_bos_token": "<|audio_start|>",
|
|
"audio_eos_token": "<|audio_end|>",
|
|
"audio_token": "<|audio_pad|>",
|
|
"image_token": "<|image_pad|>",
|
|
"video_token": "<|video_pad|>",
|
|
"vision_bos_token": "<|vision_start|>",
|
|
"vision_eos_token": "<|vision_end|>"
|
|
},
|
|
"pad_token": "<|endoftext|>",
|
|
"pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
|
|
"split_special_tokens": false,
|
|
"tokenizer_class": "Qwen2Tokenizer",
|
|
"unk_token": null,
|
|
"video_token": "<|video_pad|>",
|
|
"vision_bos_token": "<|vision_start|>",
|
|
"vision_eos_token": "<|vision_end|>"
|
|
}
|