CoolFace
Modelpublic

monsterapi/mistral_7b_WizardLMEvolInstruct70k

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
11likes11downloads
tokenizer_config.json45 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "0": {4      "content": "<unk>",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "1": {12      "content": "<s>",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "2": {20      "content": "</s>",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    }27  },28  "additional_special_tokens": [29    "<unk>",30    "<s>",31    "</s>"32  ],33  "bos_token": "<s>",34  "clean_up_tokenization_spaces": false,35  "eos_token": "</s>",36  "legacy": true,37  "model_max_length": 1000000000000000019884624838656,38  "pad_token": "</s>",39  "sp_model_kwargs": {},40  "spaces_between_special_tokens": false,41  "tokenizer_class": "LlamaTokenizer",42  "unk_token": "<unk>",43  "use_default_system_prompt": true44}45