FLUX.1-schnell/tokenizer/special_tokens_map.json
Tim Dockhorn 768d12a373
Add diffusers weights and configs (#7)
- Add diffusers weights and configs (20023678b8e1f7976413c36085c2ce225c93a065)


Co-authored-by: Dhruv Nair <dn6@users.noreply.huggingface.co>
2024-08-02 13:02:48 +00:00

31 lines
588 B
JSON

{
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}