How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-to-audio", model="Cyleux/oc1b-16bit")
# Load model directly
from transformers import AutoFeatureExtractor, AutoModelForTextToWaveform

extractor = AutoFeatureExtractor.from_pretrained("Cyleux/oc1b-16bit")
model = AutoModelForTextToWaveform.from_pretrained("Cyleux/oc1b-16bit")
Quick Links

Uploaded finetuned model

  • Developed by: Cyleux
  • License: apache-2.0
  • Finetuned from model : unsloth/csm-1b

This csm model was trained 2x faster with Unsloth and Huggingface's TRL library.

Downloads last month
3
Safetensors
Model size
2B params
Tensor type
F32
·
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Cyleux/oc1b-16bit

Base model

sesame/csm-1b
Finetuned
unsloth/csm-1b
Finetuned
(193)
this model