dehinaye-amharic-qa / tokenizer_config.json
dehinaye's picture
Upload folder using huggingface_hub
9976629 verified
{
"add_prefix_space": true,
"backend": "tokenizers",
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"is_local": true,
"local_files_only": false,
"mask_token": "<mask>",
"max_length": 512,
"model_max_length": 512,
"pad_to_multiple_of": null,
"pad_token": "<pad>",
"pad_token_type_id": 0,
"padding_side": "right",
"sep_token": "</s>",
"stride": 0,
"tokenizer_class": "XLMRobertaTokenizer",
"truncation_side": "right",
"truncation_strategy": "only_second",
"unk_token": "<unk>"
}