flaubert_base_uncased-xnli-sts / tokenizer_config.json
hugorosen's picture
Add new SentenceTransformer model.
5e5c963
raw
history blame contribute delete
647 Bytes
{"unk_token": "<unk>", "bos_token": "<s>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "</s>", "mask_token": "<special1>", "additional_special_tokens": ["<special0>", "<special1>", "<special2>", "<special3>", "<special4>", "<special5>", "<special6>", "<special7>", "<special8>", "<special9>"], "lang2id": null, "id2lang": null, "do_lowercase_and_remove_accent": true, "model_max_length": 512, "name_or_path": "./models/flaubert/flaubert-nli_2epochs/0_Transformer", "special_tokens_map_file": "./models/flaubert/flaubert-nli_2epochs/0_Transformer/special_tokens_map.json", "tokenizer_file": null, "tokenizer_class": "FlaubertTokenizer"}