thinkingdbx/codebert-permissive-embed
2202
1{2 "backend": "tokenizers",3 "bos_token": "<|endoftext|>",4 "clean_up_tokenization_spaces": false,5 "eos_token": "<|endoftext|>",6 "is_local": true,7 "local_files_only": false,8 "mask_token": "<|mask|>",9 "max_length": 512,10 "model_max_length": 1000000,11 "pad_token": "<|pad|>",12 "stride": 0,13 "tokenizer_class": "TokenizersBackend",14 "truncation_side": "right",15 "truncation_strategy": "longest_first",16 "unk_token": null17}18 