CoolFace
Modelpublic

ram-lexsi/aligntune-testrun-RAFT

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes38downloads
Model Card

<div align="center"> <table border="0" cellspacing="0" cellpadding="0" style="border: none; border-collapse: collapse;"> <tr> <td align="center" style="border: none; vertical-align: middle;"> <a href="https://lexsi.ai/"><img src="https://huggingface.co/ram-lexsi/aligntune-testrun-RAFT/resolve/main/aligntunelogo.png" alt="Lexsi Labs" style="height: 60px;"/></a> </td> <td align="center" style="border: none; vertical-align: middle;"> <a href="https://github.com/Lexsi-Labs/aligntune"><img src="https://huggingface.co/ram-lexsi/aligntune-testrun-RAFT/resolve/main/aligntunebanner.png" alt="AlignTune" style="height: 60px;"/></a> </td> </tr> </table> </div>

aligntune-testrun-RAFT

Built using AlignTune — supports any open-source model, any algorithm, any backend (TRL / Unsloth / ES / etc).

Finetuned fromQwen/Qwen2.5-0.5B-Instruct
Algorithmraft
Backendtrl
Artifactmodel
Published2026-08-26 13:42 UTC

Usage

python
from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("ram-lexsi/aligntune-testrun-RAFT")
tokenizer = AutoTokenizer.from_pretrained("ram-lexsi/aligntune-testrun-RAFT")