Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

JosueG
/
spark-tts-adja-t3

Text-to-Speech
Transformers
Safetensors
Adioukrou
adja
tts
speech-synthesis
spark-tts
low-resource
cs-thesis-may-2026
Model card Files Files and versions
xet
Community

Instructions to use JosueG/spark-tts-adja-t3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JosueG/spark-tts-adja-t3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="JosueG/spark-tts-adja-t3")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("JosueG/spark-tts-adja-t3", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
spark-tts-adja-t3
3.94 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
JosueG's picture
JosueG
Update model card for CS thesis release
fdfdd4c verified 5 months ago
  • BiCodec
    Publish Spark TTS Adja (T3) 5 months ago
  • LLM
    Publish Spark TTS Adja (T3) 5 months ago
  • cli
    Publish Spark TTS Adja (T3) 5 months ago
  • sparktts
    fix(endpoint): detect LFS stub, fall back to Hub for wav2vec2 weights (2026-05-07) 5 months ago
  • wav2vec2-large-xlsr-53
    Publish Spark TTS Adja (T3) 5 months ago
  • .gitattributes
    1.57 kB
    Publish Spark TTS Adja (T3) 5 months ago
  • README.md
    1.87 kB
    Update model card for CS thesis release 5 months ago
  • config.yaml
    169 Bytes
    Publish Spark TTS Adja (T3) 5 months ago
  • handler.py
    4.59 kB
    fix(endpoint): return base64 JSON dict instead of raw bytes (toolkit 400, 2026-05-07) 5 months ago
  • requirements.txt
    150 Bytes
    fix(deps): add einx>=0.3.0 (required by sparktts.modules.fsq, 2026-05-07) 5 months ago