longformer-base-plagiarism-detection / tokenizer_config.json
jpwahle's picture
Initial commit
900c2c7
raw history blame
No virus
272 Bytes
{"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "add_prefix_space": false, "errors": "replace", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": "<mask>", "model_max_length": 4096, "name_or_path": "allenai/longformer-base-4096"}