CoolFace
Modelpublic

Azurro/APT3-1B-Instruct-v1

sourceHugging Facecc-by-nc-4.0updated 2y agoView on Hugging Face
4likes64downloads
tokenizer_config.json16 linesDownload Raw Back to root
1{2  "clean_up_tokenization_spaces": true,3  "model_max_length": 1000000000000000019884624838656,4  "special_tokens": [5    "<unk>",6    "<s>",7    "</s>",8    "<pad>",9    "[INST]",10    "[/INST]",11    "<<SYS>>",12    "<</SYS>>"13  ],14  "tokenizer_class": "PreTrainedTokenizerFast"15}16