13 lines
268 B
JSON
13 lines
268 B
JSON
|
|
{
|
||
|
|
"tokenizer_class": "PreTrainedTokenizerFast",
|
||
|
|
"bos_token": null,
|
||
|
|
"eos_token": "<|im_end|>",
|
||
|
|
"pad_token": "<|im_end|>",
|
||
|
|
"clean_up_tokenization_spaces": true,
|
||
|
|
"model_input_names": [
|
||
|
|
"input_ids",
|
||
|
|
"attention_mask"
|
||
|
|
],
|
||
|
|
"model_max_length": 131072
|
||
|
|
}
|