How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf asif00/orpheus-bangla-tts-gguf
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "asif00/orpheus-bangla-tts-gguf" \
  --custom-provider-id llama-cpp \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

Orpheus Bangla GGUF (16 bit)

Model Description

This model is a proof-of-concept fine-tuned version of the Orpheus 3B TTS (Text-to-Speech) model for Bengali language support. The model has been trained using the SUST-CSE-Speech/banspeech dataset, which contains 955 audio samples split from audiobooks. This fine-tuning was performed for 10 epochs on a single Google Colab instance equipped with a T4 GPU.

Please note that this model is currently in the proof-of-concept phase and is not recommended for production use.

Intended Use

This model can be used for generating Bengali speech from text. It is ideal for experimenting with TTS systems for Bengali, particularly for audiobooks, conversational AI, or speech synthesis tasks.

Model Training

  • Dataset: SUST-CSE-Speech/banspeech (955 audiobook audio samples)
  • Training Epochs: 10 epochs
  • Hardware: Google Colab (single T4 GPU)
  • Training Script: A modified Unsloth fine-tuning script was used for the training. The script is available on GitHub: Orpheus TTS Training Script.

Limitations

  • This model was trained on a small dataset and for a limited number of epochs, which may lead to less natural or less accurate speech synthesis.
  • Since this is a proof-of-concept model, the synthesis quality may vary based on input text and different conditions. It is not optimized for production environments.

Model Usage


Training Resources:

Downloads last month
40
GGUF
Model size
3B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 1 Ask for provider support

Model tree for asif00/orpheus-bangla-tts-gguf

Quantized
(13)
this model

Dataset used to train asif00/orpheus-bangla-tts-gguf

Collection including asif00/orpheus-bangla-tts-gguf