andrewqian123
commited on
Commit
•
a51211c
1
Parent(s):
81e34b4
Update modeling_minicpmv.py
Browse files- modeling_minicpmv.py +1 -1
modeling_minicpmv.py
CHANGED
@@ -358,7 +358,7 @@ class MiniCPMV(MiniCPMVPreTrainedModel):
|
|
358 |
generation_config = {
|
359 |
"top_p": 0.8,
|
360 |
"top_k": 100,
|
361 |
-
"temperature": 0
|
362 |
"do_sample": True,
|
363 |
"repetition_penalty": 1.05
|
364 |
}
|
|
|
358 |
generation_config = {
|
359 |
"top_p": 0.8,
|
360 |
"top_k": 100,
|
361 |
+
"temperature": 0,
|
362 |
"do_sample": True,
|
363 |
"repetition_penalty": 1.05
|
364 |
}
|