CoolFace
Modelpublic

Open4bits/Nanbeige4.1-3B-mlx-4Bit

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes8downloads
tokenizer_config.json103 linesDownload Raw Back to root
1{2  "add_bos_token": true,3  "add_eos_token": false,4  "add_prefix_space": true,5  "added_tokens_decoder": {6    "0": {7      "content": "<unk>",8      "lstrip": false,9      "normalized": true,10      "rstrip": false,11      "single_word": false,12      "special": true13    },14    "1": {15      "content": "<s>",16      "lstrip": false,17      "normalized": true,18      "rstrip": false,19      "single_word": false,20      "special": true21    },22    "2": {23      "content": "</s>",24      "lstrip": false,25      "normalized": true,26      "rstrip": false,27      "single_word": false,28      "special": true29    },30    "166100": {31      "content": "<|im_start|>",32      "lstrip": false,33      "normalized": false,34      "rstrip": false,35      "single_word": false,36      "special": true37    },38    "166101": {39      "content": "<|im_end|>",40      "lstrip": false,41      "normalized": false,42      "rstrip": false,43      "single_word": false,44      "special": true45    },46    "166102": {47      "content": "<|endoftext|>",48      "lstrip": false,49      "normalized": false,50      "rstrip": false,51      "single_word": false,52      "special": true53    },54    "166103": {55      "content": "<think>",56      "lstrip": false,57      "normalized": true,58      "rstrip": false,59      "single_word": false,60      "special": false61    },62    "166104": {63      "content": "</think>",64      "lstrip": false,65      "normalized": true,66      "rstrip": false,67      "single_word": false,68      "special": false69    },70    "166105": {71      "content": "<tool_call>",72      "lstrip": false,73      "normalized": true,74      "rstrip": false,75      "single_word": false,76      "special": false77    },78    "166106": {79      "content": "</tool_call>",80      "lstrip": false,81      "normalized": true,82      "rstrip": false,83      "single_word": false,84      "special": false85    }86  },87  "additional_special_tokens": [88    "<|endoftext|>"89  ],90  "bos_token": "<|im_start|>",91  "clean_up_tokenization_spaces": false,92  "eos_token": "<|im_end|>",93  "extra_special_tokens": {},94  "legacy": true,95  "model_max_length": 1000000000000000019884624838656,96  "pad_token": "<unk>",97  "sp_model_kwargs": {},98  "spaces_between_special_tokens": false,99  "tokenizer_class": "LlamaTokenizer",100  "unk_token": "<unk>",101  "use_default_system_prompt": false102}103