Create generation_config.json
Browse files- generation_config.json +6 -2
generation_config.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"bos_token_id": 128000,
|
| 4 |
"eos_token_id": 128001,
|
| 5 |
"pad_token_id": 128001,
|
|
@@ -7,6 +11,6 @@
|
|
| 7 |
"do_sample": true,
|
| 8 |
"temperature": 0.6,
|
| 9 |
"top_p": 0.9,
|
| 10 |
-
"repetition_penalty": 1.
|
| 11 |
-
"max_new_tokens":
|
| 12 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
+
"architectures": [
|
| 4 |
+
"JiRackTernary1B"
|
| 5 |
+
],
|
| 6 |
+
"model_type": "jirack_ternary",
|
| 7 |
"bos_token_id": 128000,
|
| 8 |
"eos_token_id": 128001,
|
| 9 |
"pad_token_id": 128001,
|
|
|
|
| 11 |
"do_sample": true,
|
| 12 |
"temperature": 0.6,
|
| 13 |
"top_p": 0.9,
|
| 14 |
+
"repetition_penalty": 1.15,
|
| 15 |
+
"max_new_tokens": 1024
|
| 16 |
}
|