Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -32,7 +32,7 @@ class InputData(BaseModel):
|
|
32 |
systemStyle: str = ''
|
33 |
instruction: str = ''
|
34 |
temperature: float = 0.7
|
35 |
-
max_new_tokens: int =
|
36 |
top_p: float = 0.95
|
37 |
repetition_penalty: float = 1.0
|
38 |
|
|
|
32 |
systemStyle: str = ''
|
33 |
instruction: str = ''
|
34 |
temperature: float = 0.7
|
35 |
+
max_new_tokens: int = 2000
|
36 |
top_p: float = 0.95
|
37 |
repetition_penalty: float = 1.0
|
38 |
|