15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"backend": "tokenizers",
|
|
"bos_token": "<|begin_of_text|>",
|
|
"clean_up_tokenization_spaces": true,
|
|
"eos_token": "<|eot_id|>",
|
|
"is_local": true,
|
|
"local_files_only": false,
|
|
"model_input_names": [
|
|
"input_ids",
|
|
"attention_mask"
|
|
],
|
|
"model_max_length": 32768,
|
|
"pad_token": "<|eot_id|>"
|
|
}
|