CoolFace
Modelpublic

optimum-intel-internal-testing/really-tiny-falcon-testing

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes44kdownloads
tokenizer_config.json9 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "clean_up_tokenization_spaces": true,4  "eos_token": "<|endoftext|>",5  "model_max_length": 2048,6  "tokenizer_class": "PreTrainedTokenizerFast",7  "model_input_names": ["input_ids", "attention_mask"]8}9