CoolFace
Modelpublic

vaghawan/orpheus-model-full

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes17downloads
Model Card

Orpheus full fine-tune (merged weights)

This repository contains full fine-tuned causal LM weights from vaghawan/eng-pigdin-mix-full-ft-mar-29-orpheus (`checkpoint-1408`), packaged with the tokenizer from canopylabs/orpheus-3b-0.1-pretrained for inference with the Orpheus / SNAC stack.

Load

python
from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("vaghawan/orpheus-model-full", torch_dtype="auto", device_map="auto")
tokenizer = AutoTokenizer.from_pretrained("vaghawan/orpheus-model-full")

Source