sentence-transformer-ult5-pt-small / tokenizer_config.json
Thacio Garcia Scandaroli
Upload 13 files
fc5fc1f
raw
history blame contribute delete
289 Bytes
{
"add_prefix_space": false,
"additional_special_tokens": [
"<|pad|>",
"<|endoftext|>"
],
"bos_token": "<|pad|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|pad|>",
"model_max_length": 1024,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|pad|>"
}