File size: 432 Bytes
41149a6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"backend": "tokenizers",
"bos_token": "〈|EOS|〉",
"clean_up_tokenization_spaces": false,
"cls_token": "〈|CLS|〉",
"eos_token": "〈|EOS|〉",
"is_local": true,
"mask_token": "〈|MASK|〉",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "〈|PAD|〉",
"sep_token": "〈|SEP|〉",
"tokenizer_class": "TokenizersBackend",
"tool_parser_type": "laguna",
"unk_token": "〈|UNK|〉"
}
|