CoolFace
Modelpublic

LeroyDyer/SpydazWebAI_VisionEncoderDecoderModel_Mini548m

sourceHugging Facemitupdated 2y agoView on Hugging Face
1likes17downloads
tokenizer_config.json127 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    "32000": {30      "content": "<|bos|>",31      "lstrip": false,32      "normalized": false,33      "rstrip": false,34      "single_word": false,35      "special": true36    },37    "32001": {38      "content": "<|endoftext|>",39      "lstrip": false,40      "normalized": false,41      "rstrip": false,42      "single_word": false,43      "special": true44    },45    "32002": {46      "content": "[PAD]",47      "lstrip": false,48      "normalized": false,49      "rstrip": false,50      "single_word": false,51      "special": true52    },53    "32003": {54      "content": "<|ASSISTANT|>",55      "lstrip": false,56      "normalized": false,57      "rstrip": false,58      "single_word": false,59      "special": true60    },61    "32004": {62      "content": "<|USER|>",63      "lstrip": false,64      "normalized": false,65      "rstrip": false,66      "single_word": false,67      "special": true68    },69    "32005": {70      "content": "<|startthought|>",71      "lstrip": false,72      "normalized": false,73      "rstrip": false,74      "single_word": false,75      "special": true76    },77    "32006": {78      "content": "<|endthought|>",79      "lstrip": false,80      "normalized": false,81      "rstrip": false,82      "single_word": false,83      "special": true84    },85    "32007": {86      "content": "<image>",87      "lstrip": false,88      "normalized": false,89      "rstrip": false,90      "single_word": false,91      "special": true92    },93    "32008": {94      "content": "<pad>",95      "lstrip": false,96      "normalized": false,97      "rstrip": false,98      "single_word": false,99      "special": true100    }101  },102  "additional_special_tokens": [103    "<|startthought|>",104    "<|endthought|>",105    "<|startthought|>",106    "<image>",107    "<pad>"108  ],109  "bos_token": "<|bos|>",110  "clean_up_tokenization_spaces": false,111  "eos_token": "<|endoftext|>",112  "legacy": true,113  "max_length": 1536,114  "model_max_length": 1000000000000000019884624838656,115  "pad_token": "<|endoftext|>",116  "padding_side": "right",117  "sp_model_kwargs": {},118  "spaces_between_special_tokens": false,119  "stride": 0,120  "tokenizer_class": "LlamaTokenizer",121  "truncation": true,122  "truncation_side": "right",123  "truncation_strategy": "longest_first",124  "unk_token": "<unk>",125  "use_default_system_prompt": true126}127