CoolFace
Modelpublic

joshcd/MNLP_M3_document_encoder

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes75downloads
tokenizer_config.json48 linesDownload Raw Back to root
1{2  "add_eos_token": true,3  "add_prefix_space": false,4  "added_tokens_decoder": {5    "151643": {6      "content": "<|endoftext|>",7      "lstrip": false,8      "normalized": false,9      "rstrip": false,10      "single_word": false,11      "special": true12    },13    "151644": {14      "content": "<|im_start|>",15      "lstrip": false,16      "normalized": false,17      "rstrip": false,18      "single_word": false,19      "special": true20    },21    "151645": {22      "content": "<|im_end|>",23      "lstrip": false,24      "normalized": false,25      "rstrip": false,26      "single_word": false,27      "special": true28    }29  },30  "additional_special_tokens": [31    "<|im_start|>",32    "<|im_end|>"33  ],34  "auto_map": {35    "AutoTokenizer": ["tokenization_qwen.Qwen2Tokenizer", "tokenization_qwen.Qwen2TokenizerFast"]36  },37  "bos_token": null,38  "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",39  "clean_up_tokenization_spaces": false,40  "eos_token": "<|endoftext|>",41  "errors": "replace",42  "model_max_length": 32768,43  "pad_token": "<|endoftext|>",44  "split_special_tokens": false,45  "tokenizer_class": "Qwen2Tokenizer",46  "unk_token": null47}48