CoolFace
Modelpublic

SlitherCode/tiny-edu-166m

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes8downloads
tokenizer_config.json26 linesDownload Raw Back to root
1{
2  "added_tokens_decoder": {
3    "100257": {
4      "content": "<|endoftext|>",
5      "lstrip": false,
6      "normalized": false,
7      "rstrip": false,
8      "single_word": false,
9      "special": true
10    }
11  },
12  "backend": "custom",
13  "bos_token": "<|endoftext|>",
14  "encoding_name": "cl100k_base",
15  "eos_token": "<|endoftext|>",
16  "model_max_length": 1000000000000000019884624838656,
17  "pad_token": "<|endoftext|>",
18  "tokenizer_class": "TiktokenTokenizer",
19  "unk_token": "<|endoftext|>",
20  "auto_map": {
21    "AutoTokenizer": [
22      null,
23      "tokenization_parchment.TiktokenTokenizer"
24    ]
25  }
26}