CoolFace
Modelpublic

TinyPixel/testmodel2

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes64downloads
tokenizer_config.json37 linesDownload Raw Back to root
1{2  "bos_token": {3    "__type": "AddedToken",4    "content": "<s>",5    "lstrip": false,6    "normalized": true,7    "rstrip": false,8    "single_word": false9  },10  "clean_up_tokenization_spaces": false,11  "eos_token": {12    "__type": "AddedToken",13    "content": "</s>",14    "lstrip": false,15    "normalized": true,16    "rstrip": false,17    "single_word": false18  },19  "max_length": 1024,20  "model_max_length": 1000000000000000019884624838656,21  "pad_token": null,22  "sp_model_kwargs": {},23  "stride": 0,24  "tokenizer_class": "LlamaTokenizer",25  "truncation_side": "right",26  "truncation_strategy": "longest_first",27  "unk_token": {28    "__type": "AddedToken",29    "content": "<unk>",30    "lstrip": false,31    "normalized": true,32    "rstrip": false,33    "single_word": false34  },35  "use_default_system_prompt": true36}37