CoolFace
Modelpublic

LLM-course/basic_tokenizer

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes21downloads
tokenizer_config.json51 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "0": {4      "content": "[PAD]",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "1": {12      "content": "[BOS]",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "2": {20      "content": "[EOS]",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    },27    "3": {28      "content": "[UNK]",29      "lstrip": false,30      "normalized": false,31      "rstrip": false,32      "single_word": false,33      "special": true34    }35  },36  "auto_map": {37    "AutoTokenizer": [38      "tokenizer.ChessTokenizer",39      null40    ]41  },42  "bos_token": "[BOS]",43  "clean_up_tokenization_spaces": false,44  "eos_token": "[EOS]",45  "extra_special_tokens": {},46  "model_max_length": 1000000000000000019884624838656,47  "pad_token": "[PAD]",48  "tokenizer_class": "ChessTokenizer",49  "unk_token": "[UNK]"50}51