fin-bert-tr / tokenizer_config.json
Toxotes's picture
feat: Turkish Financial BERT (fin-bert-tr mini)
f39ac71 verified
raw
history blame contribute delete
330 Bytes
{
"backend": "tokenizers",
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"is_local": true,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}