ahmadnajm commited on
Commit
77a7570
·
1 Parent(s): 50ef4b5

Update config.json

Browse files
Files changed (1) hide show
  1. 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
+ }