13 lines
235 B
JSON
13 lines
235 B
JSON
|
|
{
|
||
|
|
"bos_token_id": 50256,
|
||
|
|
"eos_token_id": 50256,
|
||
|
|
"pad_token_id": 50256,
|
||
|
|
"stop_strings": [
|
||
|
|
"<|end|>"
|
||
|
|
],
|
||
|
|
"do_sample": true,
|
||
|
|
"temperature": 0.7,
|
||
|
|
"top_k": 40,
|
||
|
|
"max_new_tokens": 150,
|
||
|
|
"transformers_version": "4.46.0"
|
||
|
|
}
|