File size: 342 Bytes
e0e6107 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"max_length": 256,
"model_max_length": 1024,
"stride": 0,
"tokenizer_class": "GPT2Tokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<|endoftext|>"
}
|