File size: 283 Bytes
862729a |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"model_max_length": 1024,
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<|endoftext|>",
"unk_token": "<|endoftext|>",
"padding_side": "right",
"truncation_side": "right",
"model_input_names": [
"input_ids",
"attention_mask"
]
} |