terminus-xl-gamma-v1 / tokenizer_2 /tokenizer_config.json
Bagheera Bghira
v1: from ptx0/coco-xltest, 36000 + 21800 + 14200 steps of mixed LAION/MJ dataset and offset noise with input perturbation on a probability of 25%, 10% caption dropout, cosine LR 4e-7 to 8e-7 every 3200 steps
90816e1
raw
history blame
725 Bytes
{
"add_prefix_space": false,
"bos_token": {
"__type": "AddedToken",
"content": "<|startoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"clean_up_tokenization_spaces": true,
"do_lower_case": true,
"eos_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"errors": "replace",
"model_max_length": 77,
"pad_token": "!",
"tokenizer_class": "CLIPTokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}