Spaces:
Running
Running
Update .env.local
Browse files- .env.local +4 -8
.env.local
CHANGED
@@ -35,18 +35,14 @@ MODELS=`[
|
|
35 |
}
|
36 |
],
|
37 |
"parameters": {
|
38 |
-
"temperature": 0
|
39 |
"repetition_penalty": 1.0,
|
40 |
-
"max_new_tokens": 3000
|
41 |
-
"top_p": 0.9,
|
42 |
},
|
43 |
"extraBody":{
|
44 |
-
"temperature": 0
|
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 |
]`
|