Create generation_config.json
Browse files- generation_config.json +11 -0
generation_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 8192,
|
| 3 |
+
"eos_token_id": 8193,
|
| 4 |
+
"temperature": .8,
|
| 5 |
+
"length_penalty": 1.0,
|
| 6 |
+
"repetition_penalty": 2.0,
|
| 7 |
+
"top_p": .8,
|
| 8 |
+
"cond_free_k": 2.0,
|
| 9 |
+
"num_return_sequences": 8,
|
| 10 |
+
"_from_model_config": true
|
| 11 |
+
}
|