Sentencepiece_tokenizer / tokenizer_config.json
amaanbadure's picture
Upload tokenizer
a2e7acf
raw
history blame contribute delete
354 Bytes
{
"added_tokens_decoder": {},
"auto_map": {
"AutoTokenizer": [
"sentencepiece_tokenizer.SPTokenizer",
null
]
},
"clean_up_tokenization_spaces": true,
"model_max_length": 1000000000000000019884624838656,
"model_path": "./spmodel_wikiqa.model",
"tokenizer_class": "SPTokenizer",
"vocab_file": "./spmodel_wikiqa.vocab"
}