sentencepiece_ja / tokenizer_config.json
if001's picture
fix config
18d8f47
raw
history blame
162 Bytes
{
"clean_up_tokenization_spaces": true,
"tokenizer_class": "SentencePieceJA",
"auto_map": {
"AutoTokenizer": "sentencepiece_ja.SentencePieceJA"
}
}