Update src/config.py
Browse files- src/config.py +0 -4
src/config.py
CHANGED
@@ -5,8 +5,4 @@ model_name = "openbmb/MiniCPM-V-2_6"
|
|
5 |
# Decoding settings
|
6 |
sampling = True
|
7 |
stream = True
|
8 |
-
top_p = 0.8
|
9 |
-
top_k = 100
|
10 |
-
temperature = 0.7
|
11 |
repetition_penalty = 1.05
|
12 |
-
max_new_tokens = 2048
|
|
|
5 |
# Decoding settings
|
6 |
sampling = True
|
7 |
stream = True
|
|
|
|
|
|
|
8 |
repetition_penalty = 1.05
|
|