File size: 304 Bytes
22569b3 |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"clean_up_tokenization_spaces": true,
"auto_map": {
"AutoTokenizer": ["tokenization_custom.CustomTokenizer", null]
},
"model_max_length": 512,
"unk_token": "[UNK]",
"pad_token": "[PAD]",
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"tokenizer_class": "CustomTokenizer"
} |