19 lines
484 B
JSON
19 lines
484 B
JSON
|
|
{
|
||
|
|
"add_prefix_space": false,
|
||
|
|
"backend": "tokenizers",
|
||
|
|
"bos_token": "<|endoftext|>",
|
||
|
|
"clean_up_tokenization_spaces": false,
|
||
|
|
"eos_token": "<end_of_turn>",
|
||
|
|
"errors": "replace",
|
||
|
|
"extra_special_tokens": {
|
||
|
|
"<|im_end|>": "<|im_end|>"
|
||
|
|
},
|
||
|
|
"is_local": true,
|
||
|
|
"model_max_length": 16384,
|
||
|
|
"pad_token": "<end_of_turn>",
|
||
|
|
"padding_side": "right",
|
||
|
|
"split_special_tokens": false,
|
||
|
|
"tokenizer_class": "GPT2Tokenizer",
|
||
|
|
"unk_token": "<|endoftext|>",
|
||
|
|
"vocab_size": 49152
|
||
|
|
}
|