Update config.json
Browse files- config.json +8 -0
config.json
CHANGED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_name": "KurdGPT",
|
3 |
+
"model_path": "",
|
4 |
+
"temperature": 0.7,
|
5 |
+
"top_k": 5,
|
6 |
+
"max_length": 128,
|
7 |
+
"seed": 42
|
8 |
+
}
|