File size: 373 Bytes
7d69d2b 25c913a 76f4923 25c913a 7d69d2b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"max_length": null,
"model_max_length": 8192,
"pad_to_multiple_of": null,
"pad_token": "<|endoftext|>",
"pad_token_type_id": 0,
"padding_side": "left",
"tokenizer_class": "GPTNeoXTokenizer",
"unk_token": "<|endoftext|>"
}
|