sitammeur commited on
Commit
d159eda
1 Parent(s): 13c9d4a

Update src/config.py

Browse files
Files changed (1) hide show
  1. 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