hf-transformers-bot's picture
Upload tiny models for ClvpModelForConditionalGeneration
45df758
raw
history blame
1.07 kB
{
"add_bos_token": false,
"add_eos_token": false,
"add_prefix_space": false,
"added_tokens_decoder": {
"0": {
"content": "[STOP]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "[UNK]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "[SPACE]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
},
"255": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": [],
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "[STOP]",
"errors": "replace",
"model_max_length": 256,
"pad_token": "[STOP]",
"tokenizer_class": "ClvpTokenizer",
"unk_token": "[UNK]"
}