File size: 488 Bytes
850a8f8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"backend": "tokenizers",
"bos_token": "<|hy_begin▁of▁sentence|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|hy_place▁holder▁no▁2|>",
"extra_special_tokens": [
"<|source|>",
"<|translation|>",
"<|im_end|>"
],
"is_local": false,
"model_max_length": 1000000000000000019884624838656,
"model_specific_special_tokens": {},
"pad_token": "<|hy_▁pad▁|>",
"padding_side": "right",
"tokenizer_class": "TokenizersBackend"
}
|