ru-word-stress-transformer / tokenizer_config.json
IlyaGusev's picture
auto_map
3818be8
raw
history blame
218 Bytes
{
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"pad_token": "[PAD]",
"tokenizer_class": "CharTokenizer",
"unk_token": "[UNK]",
"auto_map": {
"AutoTokenizer": ["char_tokenizer.CharTokenizer", null]
}
}