File size: 214 Bytes
4f1d312 |
1 2 3 4 5 6 7 8 9 10 |
{
"bos_token": "<bos>",
"eos_token": "<eos>",
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1024,
"tokenizer_class": "PreTrainedTokenizerFast"
} |