CoolFace
Modelpublic

HelloImSteven/AppleScript-Summarizer

sourceHugging Facemitupdated 3y agoView on Hugging Face
1likes24downloads
tokenizer_config.json16 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "bos_token": "<s>",4  "clean_up_tokenization_spaces": true,5  "cls_token": "<s>",6  "eos_token": "</s>",7  "errors": "replace",8  "mask_token": "<mask>",9  "model_max_length": 1024,10  "pad_token": "<pad>",11  "sep_token": "</s>",12  "tokenizer_class": "BartTokenizer",13  "trim_offsets": true,14  "unk_token": "<unk>"15}16