p-IgGen-developable / tokenizer_config.json
ollieturnbull's picture
Upload tokenizer
774da27 verified
raw
history blame contribute delete
341 Bytes
{
"added_tokens_decoder": {
"0": {
"content": "<PAD>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": true,
"model_max_length": 512,
"pad_token": "<PAD>",
"tokenizer_class": "PreTrainedTokenizerFast"
}