CoolFace
Modelpublic

Bwindi/CrawLM

sourceHugging Faceupdated 13d agoView on Hugging Face
0likes458downloads
tokenizer_config.json20 linesDownload Raw Back to root
1{2  "backend": "tokenizers",3  "bos_token": "<|begin_of_text|>",4  "clean_up_tokenization_spaces": true,5  "eos_token": "<|eot_id|>",6  "is_local": true,7  "local_files_only": false,8  "max_length": 1024,9  "model_input_names": [10    "input_ids",11    "attention_mask"12  ],13  "model_max_length": 131072,14  "pad_token": "<|eot_id|>",15  "stride": 0,16  "tokenizer_class": "TokenizersBackend",17  "truncation_side": "right",18  "truncation_strategy": "longest_first"19}20