Update generation_config.json
Browse files- generation_config.json +1 -8
generation_config.json
CHANGED
@@ -2,12 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
-
"
|
6 |
-
"min_new_tokens": 2,
|
7 |
-
"pad_token_id": 0,
|
8 |
-
"repetition_penalty": 1.075,
|
9 |
-
"temperature": null,
|
10 |
-
"top_k": null,
|
11 |
-
"top_p": null,
|
12 |
-
"transformers_version": "4.42.0.dev0"
|
13 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.42.3"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
}
|