CoolFace
Modelpublic

IFM/K2

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
103likes681downloads
tokenizer_config.json204 linesDownload Raw Back to root
1{2  "add_bos_token": false,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": false,17      "rstrip": false,18      "single_word": false,19      "special": false20    },21    "2": {22      "content": "<|endoftext|>",23      "lstrip": false,24      "normalized": true,25      "rstrip": false,26      "single_word": false,27      "special": true28    },29    "32000": {30      "content": "<fim_prefix>",31      "lstrip": false,32      "normalized": false,33      "rstrip": false,34      "single_word": false,35      "special": true36    },37    "32001": {38      "content": "<fim_middle>",39      "lstrip": false,40      "normalized": false,41      "rstrip": false,42      "single_word": false,43      "special": true44    },45    "32002": {46      "content": "<fim_suffix>",47      "lstrip": false,48      "normalized": false,49      "rstrip": false,50      "single_word": false,51      "special": true52    },53    "32003": {54      "content": "<fim_pad>",55      "lstrip": false,56      "normalized": false,57      "rstrip": false,58      "single_word": false,59      "special": true60    },61    "32004": {62      "content": "<filename>",63      "lstrip": false,64      "normalized": false,65      "rstrip": false,66      "single_word": false,67      "special": true68    },69    "32005": {70      "content": "<gh_stars>",71      "lstrip": false,72      "normalized": false,73      "rstrip": false,74      "single_word": false,75      "special": true76    },77    "32006": {78      "content": "<issue_start>",79      "lstrip": false,80      "normalized": false,81      "rstrip": false,82      "single_word": false,83      "special": true84    },85    "32007": {86      "content": "<issue_comment>",87      "lstrip": false,88      "normalized": false,89      "rstrip": false,90      "single_word": false,91      "special": true92    },93    "32008": {94      "content": "<issue_closed>",95      "lstrip": false,96      "normalized": false,97      "rstrip": false,98      "single_word": false,99      "special": true100    },101    "32009": {102      "content": "<jupyter_start>",103      "lstrip": false,104      "normalized": false,105      "rstrip": false,106      "single_word": false,107      "special": true108    },109    "32010": {110      "content": "<jupyter_text>",111      "lstrip": false,112      "normalized": false,113      "rstrip": false,114      "single_word": false,115      "special": true116    },117    "32011": {118      "content": "<jupyter_code>",119      "lstrip": false,120      "normalized": false,121      "rstrip": false,122      "single_word": false,123      "special": true124    },125    "32012": {126      "content": "<jupyter_output>",127      "lstrip": false,128      "normalized": false,129      "rstrip": false,130      "single_word": false,131      "special": true132    },133    "32013": {134      "content": "<empty_output>",135      "lstrip": false,136      "normalized": false,137      "rstrip": false,138      "single_word": false,139      "special": true140    },141    "32014": {142      "content": "<commit_before>",143      "lstrip": false,144      "normalized": false,145      "rstrip": false,146      "single_word": false,147      "special": true148    },149    "32015": {150      "content": "<commit_msg>",151      "lstrip": false,152      "normalized": false,153      "rstrip": false,154      "single_word": false,155      "special": true156    },157    "32016": {158      "content": "<commit_after>",159      "lstrip": false,160      "normalized": false,161      "rstrip": false,162      "single_word": false,163      "special": true164    },165    "32017": {166      "content": "<reponame>",167      "lstrip": false,168      "normalized": false,169      "rstrip": false,170      "single_word": false,171      "special": true172    }173  },174  "additional_special_tokens": [175    "<fim_prefix>",176    "<fim_middle>",177    "<fim_suffix>",178    "<fim_pad>",179    "<filename>",180    "<gh_stars>",181    "<issue_start>",182    "<issue_comment>",183    "<issue_closed>",184    "<jupyter_start>",185    "<jupyter_text>",186    "<jupyter_code>",187    "<jupyter_output>",188    "<empty_output>",189    "<commit_before>",190    "<commit_msg>",191    "<commit_after>",192    "<reponame>"193  ],194  "bos_token": "<|endoftext|>",195  "clean_up_tokenization_spaces": false,196  "eos_token": "<|endoftext|>",197  "model_max_length": 8192,198  "pad_token": null,199  "sp_model_kwargs": {},200  "tokenizer_class": "LlamaTokenizer",201  "unk_token": "<unk>",202  "use_default_system_prompt": false203}204