license, base_model, base_model_relation, library_name, pipeline_tag, tags
license base_model base_model_relation library_name pipeline_tag tags
llama3.1 meta-llama/Llama-3.1-8B-Instruct merge transformers text-generation
safety
alignment

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")
Description
Model synced from source: microsoft/HARC-Llama-3.1-8B-Instruct
Readme 30 KiB
Languages
Jinja 100%