ru-word-stress-transformer / tokenizer_config.json
IlyaGusev's picture
Small files
46f7742
raw
history blame
No virus
137 Bytes
{
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"pad_token": "[PAD]",
"tokenizer_class": "CharTokenizer",
"unk_token": "[UNK]"
}