zRzRzRzRzRzRzR commited on
Commit
310c17d
·
1 Parent(s): 9c31aa1
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -117,11 +117,11 @@ print(output_text)
117
 
118
  We primarily use vLLM as the backend for model inference. For faster and more reliable performance on video tasks, we employ SGLang. To reproduce our leaderboard results, we recommend the following decoding parameters:
119
 
120
- top_p: 0.6
121
- top_k: 2
122
- temperature: 0.8
123
- repetition_penalty: 1.1
124
- max_generate_tokens: 16K
125
 
126
  For more usage details, please refer to Our [Github](https://github.com/zai-org/GLM-V).
127
 
 
117
 
118
  We primarily use vLLM as the backend for model inference. For faster and more reliable performance on video tasks, we employ SGLang. To reproduce our leaderboard results, we recommend the following decoding parameters:
119
 
120
+ + top_p: 0.6
121
+ + top_k: 2
122
+ + temperature: 0.8
123
+ + repetition_penalty: 1.1
124
+ + max_generate_tokens: 16K
125
 
126
  For more usage details, please refer to Our [Github](https://github.com/zai-org/GLM-V).
127