File size: 476 Bytes
49e5131 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{
"additional_special_tokens": null,
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"extra_ids": 0,
"max_length": 200,
"model_max_length": 1000000000000000019884624838656,
"pad_to_multiple_of": null,
"pad_token": "<pad>",
"pad_token_type_id": 0,
"padding_side": "right",
"sp_model_kwargs": {},
"stride": 0,
"tokenizer_class": "T5Tokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<unk>"
}
|