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

hf-internal-testing
/
tiny-random-SpeechT5ForTextToSpeech

Text-to-Audio
Transformers
PyTorch
speecht5
Model card Files Files and versions
xet
Community
39

Instructions to use hf-internal-testing/tiny-random-SpeechT5ForTextToSpeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hf-internal-testing/tiny-random-SpeechT5ForTextToSpeech with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="hf-internal-testing/tiny-random-SpeechT5ForTextToSpeech")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("hf-internal-testing/tiny-random-SpeechT5ForTextToSpeech")
    model = AutoModelForTextToSpectrogram.from_pretrained("hf-internal-testing/tiny-random-SpeechT5ForTextToSpeech")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-SpeechT5ForTextToSpeech
5.58 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hf-transformers-bot's picture
hf-transformers-bot
Update tiny models for SpeechT5ForTextToSpeech
fdc1191 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • added_tokens.json
    93 Bytes
    Update tiny models for SpeechT5ForTextToSpeech over 2 years ago
  • config.json
    2.03 kB
    Update tiny models for SpeechT5ForTextToSpeech over 2 years ago
  • generation_config.json
    168 Bytes
    Update tiny models for SpeechT5ForTextToSpeech over 2 years ago
  • preprocessor_config.json
    458 Bytes
    Upload tiny models for SpeechT5ForTextToSpeech almost 3 years ago
  • pytorch_model.bin
    5.34 MB
    xet
    Update tiny models for SpeechT5ForTextToSpeech over 2 years ago
  • special_tokens_map.json
    96 Bytes
    Update tiny models for SpeechT5ForTextToSpeech over 2 years ago
  • spm_char.model
    238 kB
    xet
    Upload tiny models for SpeechT5ForTextToSpeech almost 3 years ago
  • tokenizer_config.json
    1.39 kB
    Update tiny models for SpeechT5ForTextToSpeech over 2 years ago