Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

GuGai
/
text_to_speech_G

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

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

  • Libraries
  • Transformers

    How to use GuGai/text_to_speech_G with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="GuGai/text_to_speech_G")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("GuGai/text_to_speech_G")
    model = AutoModelForTextToSpectrogram.from_pretrained("GuGai/text_to_speech_G")
  • Notebooks
  • Google Colab
  • Kaggle
text_to_speech_G
586 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
GuGai's picture
GuGai
Update README.md
54fcb9f over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    32 Bytes
    Update README.md over 2 years ago
  • added_tokens.json
    40 Bytes
    Upload 8 files over 2 years ago
  • config.json
    2.06 kB
    Upload 8 files over 2 years ago
  • preprocessor_config.json
    433 Bytes
    Upload 8 files over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    585 MB
    xet
    Upload 8 files over 2 years ago
  • special_tokens_map.json
    234 Bytes
    Upload 8 files over 2 years ago
  • spm_char.model
    238 kB
    xet
    Upload 8 files over 2 years ago
  • tokenizer_config.json
    232 Bytes
    Upload 8 files over 2 years ago