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
Need to use deepseek reference settings of temperature=0.6, top_p=0.95.
Greedy sampling does poorly on AIME:
r1-1.5B
AIME24: 23.33%
Tried to refer to lighteval docs and ran into issues using model config:
model: # Model specific parameters
base_params:
model_args: "pretrained=Qwen/Qwen2.5-7B-Instruct,dtype=bfloat16,max_model_length=768,gpu_memory_utilisation=0.7" # Model args that you would pass in the command line
generation: # Generation specific parameters
temperature: 1.0
stop_tokens: null
truncate_prompt: false
Need to use deepseek reference settings of temperature=0.6, top_p=0.95.
Greedy sampling does poorly on AIME:
r1-1.5B
Tried to refer to lighteval docs and ran into issues using model config:
run with:
hitting:
ref
The text was updated successfully, but these errors were encountered: