vishanoberoi commited on
Commit
52a298f
verified
1 Parent(s): de8fada

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -1
config.json CHANGED
@@ -1,3 +1,12 @@
1
  {
2
- "model_type": "llama"
 
 
 
 
 
 
 
 
 
3
  }
 
1
  {
2
+ "model_type": "llama",
3
+ "task_specific_params": {
4
+ "text-generation": {
5
+ "top_k": 40,
6
+ "top_p": 0.6,
7
+ "temperature": 0.2,
8
+ "repetition_penalty": 1.1,
9
+ "max_tokens":500
10
+ }
11
+ }
12
  }