Views
No views yet
Qwen/Qwen2.5-0.5B-Instructdppo-topkopenai/gsm8k config main400 / 100####+1.0 if the final numeric answer is correct+0.1 if the output has a parseable final answer0.0 otherwise0.110.199000000000000260.050000000745058060.06.9676017761230471.0256.00.0training.log
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3repo_id = "Pradheep1647/qwen2.5-0.5b-instruct-openai-gsm8k-dppo-topk"
4tokenizer = AutoTokenizer.from_pretrained(repo_id)
5model = AutoModelForCausalLM.from_pretrained(repo_id)training.log for the full tracked metrics over time