CoolFace
Modelpublic

jda/cc_raw

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes20downloads
tokenizer_config.json31 linesDownload Raw Back to root
1{2  "add_bos_token": true,3  "add_prefix_space": false,4  "added_tokens_decoder": {5    "1": {6      "content": "<pad>",7      "lstrip": false,8      "normalized": true,9      "rstrip": false,10      "single_word": false,11      "special": true12    },13    "2": {14      "content": "</s>",15      "lstrip": false,16      "normalized": true,17      "rstrip": false,18      "single_word": false,19      "special": true20    }21  },22  "bos_token": "</s>",23  "clean_up_tokenization_spaces": true,24  "eos_token": "</s>",25  "errors": "replace",26  "model_max_length": 1000000000000000019884624838656,27  "pad_token": "<pad>",28  "tokenizer_class": "GPT2Tokenizer",29  "unk_token": "</s>"30}31