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="DevAsService/SesameSherlockHolmes")
# Load model directly
from transformers import AutoProcessor, AutoModelForTextToWaveform

processor = AutoProcessor.from_pretrained("DevAsService/SesameSherlockHolmes")
model = AutoModelForTextToWaveform.from_pretrained("DevAsService/SesameSherlockHolmes")
Quick Links

Uploaded finetuned model

  • Developed by: DevAsService
  • 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
-
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 DevAsService/SesameSherlockHolmes

Base model

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