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

  • Log In
  • Sign Up

Tobius
/
ChechR

Text-to-Audio
Transformers
TensorBoard
Safetensors
speecht5
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Tobius/ChechR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="Tobius/ChechR")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("Tobius/ChechR")
    model = AutoModelForTextToSpectrogram.from_pretrained("Tobius/ChechR")
  • Notebooks
  • Google Colab
  • Kaggle
ChechR / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Tobius's picture
Tobius
End of training
a5f5874 over 2 years ago
  • Dec16_15-25-25_48bfbd49d4d8
    End of training over 2 years ago
  • Dec16_15-25-52_48bfbd49d4d8
    End of training over 2 years ago
  • Dec16_15-26-12_48bfbd49d4d8
    End of training over 2 years ago
  • Dec16_15-26-37_48bfbd49d4d8
    End of training over 2 years ago
  • Dec16_15-26-55_48bfbd49d4d8
    End of training over 2 years ago
  • Dec16_15-30-35_48bfbd49d4d8
    End of training over 2 years ago
  • Dec16_15-31-02_48bfbd49d4d8
    End of training over 2 years ago