auto-arabic-summarization / tokenizer_config.json
system's picture
system HF staff
Commit From AutoTrain
f13f974
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"__type": "AddedToken",
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "AutoTrain",
"pad_token": "<pad>",
"sep_token": "</s>",
"sp_model_kwargs": {},
"special_tokens_map_file": null,
"tokenizer_class": "BarthezTokenizer",
"unk_token": "<unk>"
}