Polaris_Pro / tokenizer_config.json
Descartes's picture
Upload folder using huggingface_hub
9ed84ff verified
Raw
History Blame Contribute Delete
859 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"extra_special_tokens": [
"<|rna_start|>",
"<|rna_end|>",
"<|rna_pad|>",
"<|dna_start|>",
"<|dna_end|>",
"<|dna_pad|>",
"<|protein_start|>",
"<|protein_end|>",
"<|protein_pad|>",
"<|mol_start|>",
"<|mol_end|>",
"<|mol_pad|>",
"<|contact_start|>",
"<|contact_end|>",
"<|contact_pad|>",
"<|weather_start|>",
"<|weather_end|>",
"<|weather_pad|>",
"<|bio_seq_pad|>"
],
"is_local": true,
"model_max_length": 8192,
"pad_token": "<|endoftext|>",
"padding_side": "right",
"processor_class": "Qwen3VLProcessor",
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null
}