Latent On-Policy Self-Distillation
Paper • 2608.13040 • Published
This model is fine-tuned from Qwen3-8B using Latent On-Policy Self-Distillation (LOPD) on the agentic tool-use domain.
For more details, see our GitHub repository and paper.
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("liunanfu1992/Qwen3-8B-LOPD", torch_dtype="bfloat16", device_map="auto")
tokenizer = AutoTokenizer.from_pretrained("liunanfu1992/Qwen3-8B-LOPD")