16 lines
404 B
JSON
16 lines
404 B
JSON
|
|
{
|
||
|
|
"backend": "tokenizers",
|
||
|
|
"bos_token": "<s>",
|
||
|
|
"clean_up_tokenization_spaces": true,
|
||
|
|
"eos_token": "</s>",
|
||
|
|
"is_local": true,
|
||
|
|
"max_length": 1024,
|
||
|
|
"model_max_length": 1000000000000000019884624838656,
|
||
|
|
"pad_token": "<pad>",
|
||
|
|
"stride": 0,
|
||
|
|
"tokenizer_class": "TokenizersBackend",
|
||
|
|
"truncation_side": "right",
|
||
|
|
"truncation_strategy": "longest_first",
|
||
|
|
"unk_token": "<unk>"
|
||
|
|
}
|