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

kamii
/
speecht5_german

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

Instructions to use kamii/speecht5_german with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kamii/speecht5_german with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="kamii/speecht5_german")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("kamii/speecht5_german")
    model = AutoModelForTextToSpectrogram.from_pretrained("kamii/speecht5_german")
  • Notebooks
  • Google Colab
  • Kaggle
speecht5_german
585 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
kamii's picture
kamii
Upload 7 files
60db277 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    28 Bytes
    initial commit over 2 years ago
  • added_tokens.json
    40 Bytes
    Upload 7 files over 2 years ago
  • config.json
    2.1 kB
    Upload 7 files over 2 years ago
  • preprocessor_config.json
    458 Bytes
    Upload 7 files over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    585 MB
    xet
    Upload pytorch_model.bin over 2 years ago
  • special_tokens_map.json
    234 Bytes
    Upload 7 files over 2 years ago
  • spm_char.model
    131 Bytes
    xet
    Upload 7 files over 2 years ago
  • tokenizer_config.json
    272 Bytes
    Upload 7 files over 2 years ago
  • training_args.bin
    129 Bytes
    xet
    Upload 7 files over 2 years ago