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

Humphery7
/
tts-test-working-model

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

Instructions to use Humphery7/tts-test-working-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Humphery7/tts-test-working-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="Humphery7/tts-test-working-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTextToWaveform
    
    tokenizer = AutoTokenizer.from_pretrained("Humphery7/tts-test-working-model")
    model = AutoModelForTextToWaveform.from_pretrained("Humphery7/tts-test-working-model")
  • Notebooks
  • Google Colab
  • Kaggle
tts-test-working-model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Humphery7's picture
Humphery7
Upload tokenizer
190196e verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    5.17 kB
    Upload model 12 months ago
  • added_tokens.json
    18 Bytes
    Upload tokenizer 12 months ago
  • config.json
    1.98 kB
    Upload model 12 months ago
  • model.safetensors
    159 MB
    xet
    Upload model 12 months ago
  • preprocessor_config.json
    254 Bytes
    Upload feature extractor 12 months ago
  • special_tokens_map.json
    275 Bytes
    Upload tokenizer 12 months ago
  • tokenizer_config.json
    700 Bytes
    Upload tokenizer 12 months ago
  • vocab.json
    488 Bytes
    Upload tokenizer 12 months ago