HARC — Llama-3.1-8B-Instruct

HARC safety-alignment LoRA merged into meta-llama/Llama-3.1-8B-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-Llama-3.1-8B-Instruct", torch_dtype="bfloat16", device_map="auto")
tok = AutoTokenizer.from_pretrained("microsoft/HARC-Llama-3.1-8B-Instruct")
Downloads last month
-
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for microsoft/HARC-Llama-3.1-8B-Instruct

Merge model
this model

Collection including microsoft/HARC-Llama-3.1-8B-Instruct

Paper for microsoft/HARC-Llama-3.1-8B-Instruct