Matoub-82M / tokenizer_config.json
ainouche-abderahmane's picture
Upload folder using huggingface_hub
e044cab verified
Raw
History Blame Contribute Delete
482 Bytes
{
"added_tokens_decoder": {
"0": {
"content": "$",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"backend": "custom",
"bos_token": "$",
"eos_token": "$",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "$",
"tokenizer_class": "MatoubTokenizer",
"auto_map": {
"AutoTokenizer": [
"tokenization_matoub.MatoubTokenizer",
null
]
}
}