Upload config
Browse files- generation_config.json +4 -3
generation_config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
-
"_from_model_config": true,
|
3 |
-
"bos_token_id": 0,
|
4 |
"eos_token_id": 0,
|
5 |
-
"
|
|
|
|
|
|
|
6 |
}
|
|
|
1 |
{
|
|
|
|
|
2 |
"eos_token_id": 0,
|
3 |
+
"max_new_tokens": 100,
|
4 |
+
"penalty_alpha": 0.5,
|
5 |
+
"top_k": 8,
|
6 |
+
"transformers_version": "4.26.0"
|
7 |
}
|