File size: 441 Bytes
59ad4fd |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"padding_side": "right",
"special_tokens_map_file": "/home/ubuntu/.cache/huggingface/hub/models--mosaicml--mpt-7b-instruct/snapshots/1fc4634127ec64a45716003578b9cfae23265849/special_tokens_map.json",
"tokenizer_class": "GPTNeoXTokenizer",
"unk_token": "<|endoftext|>"
}
|