Model: microsoft/HARC-Llama-3.1-8B-Instruct Source: Original Platform
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 |
|
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
Languages
Jinja
100%