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

anke01
/
qwen3-tts-uyghur

Text-to-Speech
Transformers
Safetensors
Uyghur
qwen3-tts
tts
uyghur
speech-synthesis
Model card Files Files and versions
xet
Community
1

Instructions to use anke01/qwen3-tts-uyghur with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anke01/qwen3-tts-uyghur with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="anke01/qwen3-tts-uyghur")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("anke01/qwen3-tts-uyghur", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
qwen3-tts-uyghur
2.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
anke01's picture
anke01
Upload ./README.md with huggingface_hub
276b4a0 verified 6 months ago
  • checkpoint-step-4000
    Upload folder using huggingface_hub 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    3.37 kB
    Upload ./README.md with huggingface_hub 6 months ago
  • convert_commonvoice_to_jsonl.py
    6.95 kB
    Upload ./convert_commonvoice_to_jsonl.py with huggingface_hub 6 months ago
  • dataset.py
    7.88 kB
    Upload ./dataset.py with huggingface_hub 6 months ago
  • infer.py
    3.65 kB
    Upload ./infer.py with huggingface_hub 6 months ago
  • prepare_data.py
    5.84 kB
    Upload ./prepare_data.py with huggingface_hub 6 months ago
  • requirements.txt
    640 Bytes
    Upload ./requirements.txt with huggingface_hub 6 months ago
  • train.py
    15.3 kB
    Upload ./train.py with huggingface_hub 6 months ago