You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used qwen2-1.5b as the basic model to train a machine translation model. I need to use greedy search to generate, but no matter how I set top_p, top_k, and temperature, I cannot get the results of greedy search. Please help me how to set greedy search correctly. Thanks so much !!!
I ran 1000 test sets 2 times with the following configuration, but the results in each round were about 300 different.
top_p=0.0、top_k=0.0、temperature=1.0、beam_width=1
top_p=0.0、top_k=1.0、temperature=0.0、beam_width=1
top_p=1.0、top_k=1.0、temperature=0.0、beam_width=1
top_p=0.0、top_k=1.0、temperature=1.0、beam_width=1
Tensorrtllm version: v0.14.0
The text was updated successfully, but these errors were encountered:
I used qwen2-1.5b as the basic model to train a machine translation model. I need to use greedy search to generate, but no matter how I set top_p, top_k, and temperature, I cannot get the results of greedy search. Please help me how to set greedy search correctly. Thanks so much !!!
I ran 1000 test sets 2 times with the following configuration, but the results in each round were about 300 different.
Tensorrtllm version: v0.14.0
The text was updated successfully, but these errors were encountered: