mangaocr-hoogberta-v2 / tokenizer_config.json
dsupa's picture
Upload tokenizer
3de74a5
raw
history blame contribute delete
235 Bytes
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"model_max_length": 512,
"pad_token": "<pad>",
"tokenizer_class": "PreTrainedTokenizerFast"
}