Update generation_config.json
Browse files- generation_config.json +1 -3
generation_config.json
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
const output = await generator(systemPrompt, { max_new_tokens: 80 });
|
| 4 |
-
|
| 5 |
"_from_model_config": true,
|
| 6 |
"decoder_start_token_id": 0,
|
| 7 |
"eos_token_id": 1,
|
|
|
|
| 1 |
{
|
| 2 |
+
|
|
|
|
|
|
|
| 3 |
"_from_model_config": true,
|
| 4 |
"decoder_start_token_id": 0,
|
| 5 |
"eos_token_id": 1,
|