CoolFace
Modelpublic

RichardErkhov/LeroyDyer_-_SpydazWebAI_VisionEncoderDecoderModel_Mini548m-8bits

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes3downloads
tokenizer_config.json129 linesDownload Raw Back to root
1{2  "add_bos_token": true,3  "add_eos_token": false,4  "add_prefix_space": null,5  "added_tokens_decoder": {6    "0": {7      "content": "<unk>",8      "lstrip": false,9      "normalized": false,10      "rstrip": false,11      "single_word": false,12      "special": true13    },14    "1": {15      "content": "<s>",16      "lstrip": false,17      "normalized": false,18      "rstrip": false,19      "single_word": false,20      "special": true21    },22    "2": {23      "content": "</s>",24      "lstrip": false,25      "normalized": false,26      "rstrip": false,27      "single_word": false,28      "special": true29    },30    "32000": {31      "content": "<|bos|>",32      "lstrip": false,33      "normalized": false,34      "rstrip": false,35      "single_word": false,36      "special": true37    },38    "32001": {39      "content": "<|endoftext|>",40      "lstrip": false,41      "normalized": false,42      "rstrip": false,43      "single_word": false,44      "special": true45    },46    "32002": {47      "content": "[PAD]",48      "lstrip": false,49      "normalized": false,50      "rstrip": false,51      "single_word": false,52      "special": true53    },54    "32003": {55      "content": "<|ASSISTANT|>",56      "lstrip": false,57      "normalized": false,58      "rstrip": false,59      "single_word": false,60      "special": true61    },62    "32004": {63      "content": "<|USER|>",64      "lstrip": false,65      "normalized": false,66      "rstrip": false,67      "single_word": false,68      "special": true69    },70    "32005": {71      "content": "<|startthought|>",72      "lstrip": false,73      "normalized": false,74      "rstrip": false,75      "single_word": false,76      "special": true77    },78    "32006": {79      "content": "<|endthought|>",80      "lstrip": false,81      "normalized": false,82      "rstrip": false,83      "single_word": false,84      "special": true85    },86    "32007": {87      "content": "<image>",88      "lstrip": false,89      "normalized": false,90      "rstrip": false,91      "single_word": false,92      "special": true93    },94    "32008": {95      "content": "<pad>",96      "lstrip": false,97      "normalized": false,98      "rstrip": false,99      "single_word": false,100      "special": true101    }102  },103  "additional_special_tokens": [104    "<|startthought|>",105    "<|endthought|>",106    "<|startthought|>",107    "<image>",108    "<pad>"109  ],110  "bos_token": "<|bos|>",111  "clean_up_tokenization_spaces": false,112  "eos_token": "<|endoftext|>",113  "extra_special_tokens": {},114  "legacy": true,115  "max_length": 1536,116  "model_max_length": 1000000000000000019884624838656,117  "pad_token": "<|endoftext|>",118  "padding_side": "right",119  "sp_model_kwargs": {},120  "spaces_between_special_tokens": false,121  "stride": 0,122  "tokenizer_class": "LlamaTokenizer",123  "truncation": true,124  "truncation_side": "right",125  "truncation_strategy": "longest_first",126  "unk_token": "<unk>",127  "use_default_system_prompt": true128}129