CoolFace
Modelpublic

internlm/POLAR-1_8B-Base

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
2likes44downloads
tokenizer_config.json67 linesDownload Raw Back to root
1{2  "add_bos_token": true,3  "add_eos_token": false,4  "added_tokens_decoder": {5    "0": {6      "content": "<unk>",7      "lstrip": false,8      "normalized": false,9      "rstrip": false,10      "single_word": false,11      "special": true12    },13    "1": {14      "content": "<s>",15      "lstrip": false,16      "normalized": false,17      "rstrip": false,18      "single_word": false,19      "special": true20    },21    "2": {22      "content": "</s>",23      "lstrip": false,24      "normalized": false,25      "rstrip": false,26      "single_word": false,27      "special": true28    },29    "92397": {30      "content": "<|reward|>",31      "lstrip": false,32      "normalized": false,33      "rstrip": false,34      "single_word": false,35      "special": true36    },37    "92527": {38      "content": "[UNUSED_TOKEN_130]",39      "single_word": false,40      "lstrip": false,41      "rstrip": false,42      "normalized": false,43      "special": true44    }45  },46  "additional_special_tokens": [47    "[UNUSED_TOKEN_130]"48  ],49  "auto_map": {50    "AutoTokenizer": [51      "tokenization_internlm2.InternLM2Tokenizer",52      "tokenization_internlm2_fast.InternLM2TokenizerFast"53    ]54  },55  "bos_token": "<s>",56  "clean_up_tokenization_spaces": false,57  "decode_with_prefix_space": false,58  "eos_token": "</s>",59  "extra_special_tokens": {},60  "model_max_length": 1000000000000000019884624838656,61  "pad_token": "</s>",62  "padding_side": "left",63  "sp_model_kwargs": null,64  "tokenizer_class": "InternLM2Tokenizer",65  "unk_token": "<unk>"66}67