File size: 224 Bytes
472946d | 1 2 3 4 5 6 7 8 9 | {
"tokenizer_class": "PreTrainedTokenizerFast",
"bos_token": "[g_start]",
"eos_token": "[g_end]",
"unk_token": "[unknown]",
"pad_token": "[pad]",
"model_max_length": 256,
"clean_up_tokenization_spaces": false
} |