LuisVasquezBSC commited on
Commit
dd2508b
·
verified ·
1 Parent(s): 0117e68

Update .env.local

Browse files
Files changed (1) hide show
  1. .env.local +4 -8
.env.local CHANGED
@@ -35,18 +35,14 @@ MODELS=`[
35
  }
36
  ],
37
  "parameters": {
38
- "temperature": 0.001,
39
  "repetition_penalty": 1.0,
40
- "max_new_tokens": 3000,
41
- "top_p": 0.9,
42
  },
43
  "extraBody":{
44
- "temperature": 0.001,
45
  "repetition_penalty": 1.0,
46
- "max_new_tokens": 3000,
47
- "top_p": 0.9,
48
- "top_k": 500,
49
- "use_beam_search": false
50
  }
51
  }
52
  ]`
 
35
  }
36
  ],
37
  "parameters": {
38
+ "temperature": 1.0,
39
  "repetition_penalty": 1.0,
40
+ "max_new_tokens": 3000
 
41
  },
42
  "extraBody":{
43
+ "temperature": 1.0,
44
  "repetition_penalty": 1.0,
45
+ "max_new_tokens": 3000
 
 
 
46
  }
47
  }
48
  ]`