2023-05-24 13:49:21 +00:00
|
|
|
{
|
|
|
|
"add_prefix_space": false,
|
|
|
|
"eos_token": "<|endoftext|>",
|
2023-09-29 14:32:25 +00:00
|
|
|
"model_input_names": [
|
|
|
|
"input_ids",
|
|
|
|
"attention_mask"
|
|
|
|
],
|
2023-05-24 13:49:21 +00:00
|
|
|
"model_max_length": 2048,
|
|
|
|
"special_tokens_map_file": null,
|
|
|
|
"tokenizer_class": "PreTrainedTokenizerFast"
|
2023-09-29 14:32:25 +00:00
|
|
|
}
|