Upload config
Browse files- generation_config.json +7 -0
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_length": 100,
|
3 |
+
"repetition_penalty": 1.2,
|
4 |
+
"temperature": 0.8,
|
5 |
+
"top_p": 0.9,
|
6 |
+
"transformers_version": "4.46.1"
|
7 |
+
}
|