How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("IDEALLab/Qwen2.5-Coder-14B-Instruct-GRPO-SDS-Ablation-Diversity-seed303")
model = AutoModelForCausalLM.from_pretrained("IDEALLab/Qwen2.5-Coder-14B-Instruct-GRPO-SDS-Ablation-Diversity-seed303", device_map="auto")
Quick Links

Qwen2.5-Coder-14B-Instruct-GRPO-SDS-Ablation-Diversity-seed303

Description

Diversity ablation (seed 303).

This model is part of the Neural Solver Synthesis project (ICML 2026). It acts as a compiled solver for the SDS problem.

Artifacts

Downloads last month
5
Safetensors
Model size
15B params
Tensor type
BF16
·
Video Preview
loading

Model tree for IDEALLab/Qwen2.5-Coder-14B-Instruct-GRPO-SDS-Ablation-Diversity-seed303

Base model

Qwen/Qwen2.5-14B
Finetuned
(119)
this model

Collection including IDEALLab/Qwen2.5-Coder-14B-Instruct-GRPO-SDS-Ablation-Diversity-seed303