Create config.json
Browse files- config.json +8 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_sample": true,
|
3 |
+
"max_new_tokens": 256,
|
4 |
+
"pad_token_id": 32000,
|
5 |
+
"temperature": 0.2,
|
6 |
+
"top_k": 1,
|
7 |
+
"transformers_version": "4.37.0"
|
8 |
+
}
|