Update EOS token ids (#1)
Browse files- Update EOS token ids (a6354b7c157bc3e9d89b909dc6e66435ca793e61)
- Update generation_config.json (bbe764c5039982ea559fb1687b0863614b3aba59)
- config.json +4 -1
- generation_config.json +4 -1
config.json
CHANGED
|
@@ -7,7 +7,10 @@
|
|
| 7 |
"attn_logit_softcapping": 50.0,
|
| 8 |
"bos_token_id": 2,
|
| 9 |
"cache_implementation": "hybrid",
|
| 10 |
-
"eos_token_id":
|
|
|
|
|
|
|
|
|
|
| 11 |
"final_logit_softcapping": 30.0,
|
| 12 |
"head_dim": 256,
|
| 13 |
"hidden_act": "gelu_pytorch_tanh",
|
|
|
|
| 7 |
"attn_logit_softcapping": 50.0,
|
| 8 |
"bos_token_id": 2,
|
| 9 |
"cache_implementation": "hybrid",
|
| 10 |
+
"eos_token_id": [
|
| 11 |
+
1,
|
| 12 |
+
107
|
| 13 |
+
],
|
| 14 |
"final_logit_softcapping": 30.0,
|
| 15 |
"head_dim": 256,
|
| 16 |
"hidden_act": "gelu_pytorch_tanh",
|
generation_config.json
CHANGED
|
@@ -2,7 +2,10 @@
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 2,
|
| 4 |
"cache_implementation": "hybrid",
|
| 5 |
-
"eos_token_id":
|
|
|
|
|
|
|
|
|
|
| 6 |
"pad_token_id": 0,
|
| 7 |
"transformers_version": "4.42.4"
|
| 8 |
}
|
|
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 2,
|
| 4 |
"cache_implementation": "hybrid",
|
| 5 |
+
"eos_token_id": [
|
| 6 |
+
1,
|
| 7 |
+
107
|
| 8 |
+
],
|
| 9 |
"pad_token_id": 0,
|
| 10 |
"transformers_version": "4.42.4"
|
| 11 |
}
|