matthieu-v2-pipe / tokenizer /special_tokens_map.json
jplumail
end of training. runwayml/stable-diffusion-v1-5. vae from stabilityai/sd-vae-ft-mse. lr=5e-7. 4000 steps. batch size=2. mixed precision. trained text encoder. 1k reg images. 50 instance images.
4b77f27
raw
history blame contribute delete
472 Bytes
{
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<|endoftext|>",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}