CoolFace
Modelpublic

Rocketknight1/tiny-random-falcon-7b

sourceHugging Faceupdated 3y agoView on Hugging Face
3likes1.3kdownloads
tokenizer_config.json12 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "clean_up_tokenization_spaces": true,4  "eos_token": "<|endoftext|>",5  "model_input_names": [6    "input_ids",7    "attention_mask"8  ],9  "model_max_length": 2048,10  "tokenizer_class": "PreTrainedTokenizerFast"11}12