CoolFace
Modelpublic

Snowflake/snowflake-arctic-base

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
71likes463downloads
tokenizer_config.json42 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": true,9      "rstrip": false,10      "single_word": false,11      "special": true12    },13    "1": {14      "content": "<s>",15      "lstrip": false,16      "normalized": true,17      "rstrip": false,18      "single_word": false,19      "special": true20    },21    "2": {22      "content": "</s>",23      "lstrip": false,24      "normalized": true,25      "rstrip": false,26      "single_word": false,27      "special": true28    }29  },30  "auto_map": {31    "AutoTokenizer": ["tokenization_arctic.ArcticTokenizer", null]32  },33  "bos_token": "<s>",34  "clean_up_tokenization_spaces": false,35  "eos_token": "</s>",36  "model_max_length": 4096,37  "pad_token": null,38  "sp_model_kwargs": {},39  "tokenizer_class": "ArcticTokenizer",40  "unk_token": "<unk>",41  "use_default_system_prompt": false42}