claif-roberta-base / tokenizer_config.json
Cqy2019's picture
Add new SentenceTransformer model.
1517242
raw
history blame contribute delete
522 Bytes
{
"add_prefix_space": false,
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"errors": "replace",
"mask_token": "<mask>",
"model_max_length": 512,
"name_or_path": "./result_sts_without_exp_post1_stsb_dev_ep3_lr_2e_5_withoutmask/sts_dataset_without_explanation_post1_without_mask.jsonl_roberta-base_04-01-2023_15:46:29/",
"pad_token": "<pad>",
"sep_token": "</s>",
"special_tokens_map_file": null,
"tokenizer_class": "RobertaTokenizer",
"trim_offsets": true,
"unk_token": "<unk>"
}