CoolFace
Modelpublic

zrowt/Sample-Testss

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes17downloads
tokenizer_config.json29 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    "50257": {13      "content": "[PAD]",14      "lstrip": false,15      "normalized": false,16      "rstrip": false,17      "single_word": false,18      "special": true19    }20  },21  "bos_token": "<|endoftext|>",22  "clean_up_tokenization_spaces": true,23  "eos_token": "<|endoftext|>",24  "model_max_length": 1024,25  "pad_token": "[PAD]",26  "tokenizer_class": "GPT2Tokenizer",27  "unk_token": "<|endoftext|>"28}29