CoolFace
Modelpublic

trl-internal-testing/tiny-Cohere2ForCausalLM

sourceHugging Faceupdated 23d agoView on Hugging Face
0likes254kdownloads
tokenizer_config.json210 linesDownload Raw Back to root
1{2  "add_bos_token": true,3  "add_eos_token": false,4  "add_prefix_space": false,5  "added_tokens_decoder": {6    "0": {7      "content": "<PAD>",8      "lstrip": false,9      "normalized": false,10      "rstrip": false,11      "single_word": false,12      "special": true13    },14    "1": {15      "content": "<MASK_TOKEN>",16      "lstrip": false,17      "normalized": false,18      "rstrip": false,19      "single_word": false,20      "special": true21    },22    "2": {23      "content": "<BOS_TOKEN>",24      "lstrip": false,25      "normalized": false,26      "rstrip": false,27      "single_word": false,28      "special": true29    },30    "3": {31      "content": "<EOS_TOKEN>",32      "lstrip": false,33      "normalized": false,34      "rstrip": false,35      "single_word": false,36      "special": true37    },38    "4": {39      "content": "<UNK>",40      "lstrip": false,41      "normalized": false,42      "rstrip": false,43      "single_word": false,44      "special": true45    },46    "5": {47      "content": "<|START_OF_TURN_TOKEN|>",48      "lstrip": false,49      "normalized": false,50      "rstrip": false,51      "single_word": false,52      "special": true53    },54    "6": {55      "content": "<|END_OF_TURN_TOKEN|>",56      "lstrip": false,57      "normalized": false,58      "rstrip": false,59      "single_word": false,60      "special": true61    },62    "7": {63      "content": "<|USER_TOKEN|>",64      "lstrip": false,65      "normalized": false,66      "rstrip": false,67      "single_word": false,68      "special": true69    },70    "8": {71      "content": "<|CHATBOT_TOKEN|>",72      "lstrip": false,73      "normalized": false,74      "rstrip": false,75      "single_word": false,76      "special": true77    },78    "9": {79      "content": "<|SYSTEM_TOKEN|>",80      "lstrip": false,81      "normalized": false,82      "rstrip": false,83      "single_word": false,84      "special": true85    },86    "10": {87      "content": "<|NEW_FILE|>",88      "lstrip": false,89      "normalized": false,90      "rstrip": false,91      "single_word": false,92      "special": true93    },94    "11": {95      "content": "<|BEGINNING_OF_PREFIX_FIM_TOKEN|>",96      "lstrip": false,97      "normalized": false,98      "rstrip": false,99      "single_word": false,100      "special": true101    },102    "12": {103      "content": "<|BEGINNING_OF_MIDDLE_FIM_TOKEN|>",104      "lstrip": false,105      "normalized": false,106      "rstrip": false,107      "single_word": false,108      "special": true109    },110    "13": {111      "content": "<|BEGINNING_OF_SUFFIX_FIM_TOKEN|>",112      "lstrip": false,113      "normalized": false,114      "rstrip": false,115      "single_word": false,116      "special": true117    },118    "14": {119      "content": "<|END_OF_MIDDLE_FIM_TOKEN|>",120      "lstrip": false,121      "normalized": false,122      "rstrip": false,123      "single_word": false,124      "special": true125    },126    "261000": {127      "content": "<|START_RESPONSE|>",128      "lstrip": false,129      "normalized": false,130      "rstrip": false,131      "single_word": false,132      "special": true133    },134    "261001": {135      "content": "<|END_RESPONSE|>",136      "lstrip": false,137      "normalized": false,138      "rstrip": false,139      "single_word": false,140      "special": true141    },142    "261002": {143      "content": "<|START_ACTION|>",144      "lstrip": false,145      "normalized": false,146      "rstrip": false,147      "single_word": false,148      "special": true149    },150    "261003": {151      "content": "<|END_ACTION|>",152      "lstrip": false,153      "normalized": false,154      "rstrip": false,155      "single_word": false,156      "special": true157    },158    "261004": {159      "content": "<|START_TOOL_RESULT|>",160      "lstrip": false,161      "normalized": false,162      "rstrip": false,163      "single_word": false,164      "special": true165    },166    "261005": {167      "content": "<|END_TOOL_RESULT|>",168      "lstrip": false,169      "normalized": false,170      "rstrip": false,171      "single_word": false,172      "special": true173    },174    "261006": {175      "content": "<|START_THINKING|>",176      "lstrip": false,177      "normalized": false,178      "rstrip": false,179      "single_word": false,180      "special": true181    },182    "261007": {183      "content": "<|END_THINKING|>",184      "lstrip": false,185      "normalized": false,186      "rstrip": false,187      "single_word": false,188      "special": true189    }190  },191  "additional_special_tokens": [192    "<|START_RESPONSE|>",193    "<|END_RESPONSE|>"194  ],195  "bos_token": "<BOS_TOKEN>",196  "clean_up_tokenization_spaces": false,197  "eos_token": "<|END_OF_TURN_TOKEN|>",198  "extra_special_tokens": {},199  "legacy": true,200  "merges_file": null,201  "model_max_length": 1000000000000000019884624838656,202  "pad_token": "<PAD>",203  "sp_model_kwargs": {},204  "spaces_between_special_tokens": false,205  "tokenizer_class": "CohereTokenizer",206  "unk_token": "<UNK>",207  "use_default_system_prompt": false,208  "vocab_file": null209}210