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

theothertom
/
emo_t5_speech_chkpt

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

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

  • Libraries
  • Transformers

    How to use theothertom/emo_t5_speech_chkpt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="theothertom/emo_t5_speech_chkpt")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("theothertom/emo_t5_speech_chkpt")
    model = AutoModelForTextToSpectrogram.from_pretrained("theothertom/emo_t5_speech_chkpt")
  • Notebooks
  • Google Colab
  • Kaggle
emo_t5_speech_chkpt
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
theothertom's picture
theothertom
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
530e24c verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    26 Bytes
    initial commit almost 3 years ago
  • added_tokens.json
    40 Bytes
    Upload 7 files almost 3 years ago
  • config.json
    2.06 kB
    Upload 7 files almost 3 years ago
  • model.safetensors
    585 MB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • preprocessor_config.json
    433 Bytes
    Upload 7 files almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    586 MB
    xet
    Upload 7 files almost 3 years ago
  • special_tokens_map.json
    234 Bytes
    Upload 7 files almost 3 years ago
  • spm_char.model
    238 kB
    xet
    Upload 7 files almost 3 years ago
  • tokenizer_config.json
    232 Bytes
    Upload 7 files almost 3 years ago