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

onecxi
/
mms-telugu-female-indic

Text-to-Speech
Transformers
Safetensors
Telugu
vits
Model card Files Files and versions
xet
Community

Instructions to use onecxi/mms-telugu-female-indic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use onecxi/mms-telugu-female-indic with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="onecxi/mms-telugu-female-indic")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForPreTraining
    
    tokenizer = AutoTokenizer.from_pretrained("onecxi/mms-telugu-female-indic")
    model = AutoModelForPreTraining.from_pretrained("onecxi/mms-telugu-female-indic", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mms-telugu-female-indic
332 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
onecxi's picture
onecxi
Update README.md
9eb402d verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    3 kB
    Update README.md about 1 year ago
  • added_tokens.json
    18 Bytes
    Initial commit about 1 year ago
  • config.json
    2.08 kB
    Initial commit about 1 year ago
  • model.safetensors
    332 MB
    xet
    Initial commit about 1 year ago
  • preprocessor_config.json
    254 Bytes
    Initial commit about 1 year ago
  • special_tokens_map.json
    277 Bytes
    Initial commit about 1 year ago
  • tokenizer_config.json
    674 Bytes
    Initial commit about 1 year ago
  • vocab.json
    828 Bytes
    Initial commit about 1 year ago