CoolFace
Modelpublic

Q-bert/ChessLlama

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
2likes135downloads
tokenizer_config.json24 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "0": {4      "content": "[BOG]",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "1": {12      "content": "[EOG]",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    }19  },20  "clean_up_tokenization_spaces": true,21  "model_max_length": 1000000000000000019884624838656,22  "tokenizer_class": "PreTrainedTokenizerFast"23}24