microsoft/HARC-Qwen2.5-7B-Instruct
Captured source
source ↗published Jul 2, 2026seen 3wcaptured 3whttp 200method plaintask text-generationlicense apache-2.0library transformersparams 7.6Bdownloads 555likes 0
HARC — Qwen2.5-7B-Instruct
HARC safety-alignment LoRA merged into Qwen/Qwen2.5-7B-Instruct (full standalone model). Part of the HARC release; see paper arXiv:2607.00572.
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("microsoft/HARC-Qwen2.5-7B-Instruct", torch_dtype="bfloat16", device_map="auto")
tok = AutoTokenizer.from_pretrained("microsoft/HARC-Qwen2.5-7B-Instruct")Notability
notability 4.0/10Routine model release by Microsoft, no traction indicators.