CoolFace
Modelpublic

Shuu12121/CodeSearch-ModernBERT-Crow-Plus-1.0

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
3likes91downloads
tokenizer_config.json98 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "added_tokens_decoder": {4    "0": {5      "content": "[PAD]",6      "lstrip": false,7      "normalized": false,8      "rstrip": false,9      "single_word": false,10      "special": true11    },12    "1": {13      "content": "[UNK]",14      "lstrip": false,15      "normalized": false,16      "rstrip": false,17      "single_word": false,18      "special": true19    },20    "2": {21      "content": "[CLS]",22      "lstrip": false,23      "normalized": false,24      "rstrip": false,25      "single_word": false,26      "special": true27    },28    "3": {29      "content": "[SEP]",30      "lstrip": false,31      "normalized": false,32      "rstrip": false,33      "single_word": false,34      "special": true35    },36    "4": {37      "content": "[MASK]",38      "lstrip": false,39      "normalized": false,40      "rstrip": false,41      "single_word": false,42      "special": true43    },44    "50000": {45      "content": "<s>",46      "lstrip": false,47      "normalized": false,48      "rstrip": false,49      "single_word": false,50      "special": true51    },52    "50001": {53      "content": "</s>",54      "lstrip": false,55      "normalized": false,56      "rstrip": false,57      "single_word": false,58      "special": true59    },60    "50002": {61      "content": "<unk>",62      "lstrip": false,63      "normalized": false,64      "rstrip": false,65      "single_word": false,66      "special": true67    },68    "50003": {69      "content": "<mask>",70      "lstrip": true,71      "normalized": false,72      "rstrip": false,73      "single_word": false,74      "special": true75    }76  },77  "bos_token": "<s>",78  "clean_up_tokenization_spaces": false,79  "cls_token": "<s>",80  "eos_token": "</s>",81  "errors": "replace",82  "extra_special_tokens": {},83  "mask_token": "<mask>",84  "max_length": null,85  "model_max_length": 1000000000000000019884624838656,86  "pad_to_multiple_of": null,87  "pad_token": "[PAD]",88  "pad_token_type_id": 0,89  "padding_side": "right",90  "sep_token": "</s>",91  "stride": 0,92  "tokenizer_class": "RobertaTokenizer",93  "trim_offsets": true,94  "truncation_side": "right",95  "truncation_strategy": "longest_first",96  "unk_token": "<unk>"97}98