File size: 358 Bytes
72cacfc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"device_map": "cuda",
"eos_token": "</s>",
"max_length": 256,
"model_max_length": 1000000000000000019884624838656,
"pad_token": null,
"padding": "max_length",
"sp_model_kwargs": {},
"tokenizer_class": "LlamaTokenizer",
"truncation": "longest_first",
"unk_token": "<unk>"
}
|