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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

khmerttsopensource
/
khmer-tts

Text-to-Audio
Transformers
Safetensors
Khmer
Khmer
vits
text-to-speech
khmer
mms
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use khmerttsopensource/khmer-tts with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="khmerttsopensource/khmer-tts")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForPreTraining
    
    tokenizer = AutoTokenizer.from_pretrained("khmerttsopensource/khmer-tts")
    model = AutoModelForPreTraining.from_pretrained("khmerttsopensource/khmer-tts")
  • Notebooks
  • Google Colab
  • Kaggle
khmer-tts / training
3.22 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
khmerttsopensource's picture
khmerttsopensource
Add Khmer TTS model release
c9380a9 verified 25 days ago
  • README.md
    688 Bytes
    Add Khmer TTS model release 25 days ago
  • finetune_mms_khm.json
    1.34 kB
    Add Khmer TTS model release 25 days ago
  • khmer_tts_training.yaml
    1.19 kB
    Add Khmer TTS model release 25 days ago