QwenLM / Qwen2-VL

Qwen2-VL is the multimodal large language model series developed by Qwen team, Alibaba Cloud.
Apache License 2.0
3.23k stars 202 forks source link

Temperature control in generation #524

Open pla10 opened 1 week ago

pla10 commented 1 week ago

Hello,

I am currently working with the Qwen2-VL-7B-Instruct model and wanted to know if there is an option to set the temperature parameter for generation, since I would like to experiment with it if available. I searched both here in GitHub and in HuggingFace but couldn't find anything related to it.

I tested different values of the temperature in the vLLM implementation, but it seems to not influence the output.

Could you please clarify if this feature exists for Qwen2-VL, and if so, provide guidance on how to configure it?

Thank you!

vardaan123 commented 2 days ago

I have noticed the same issue