CoolFace
Modelpublic

Shuu12121/CodeEncoderDecoderModel-Ghost-large

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes27downloads
tokenizer_config.json22 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "added_tokens_decoder": {4    "50256": {5      "content": "<|endoftext|>",6      "lstrip": false,7      "normalized": true,8      "rstrip": false,9      "single_word": false,10      "special": true11    }12  },13  "bos_token": "<|endoftext|>",14  "clean_up_tokenization_spaces": false,15  "eos_token": "<|endoftext|>",16  "extra_special_tokens": {},17  "model_max_length": 1024,18  "pad_token": "<|endoftext|>",19  "tokenizer_class": "GPT2Tokenizer",20  "unk_token": "<|endoftext|>"21}22