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

Sandiago21
/
speecht5_finetuned_google_fleurs_greek

Text-to-Speech
Transformers
PyTorch
TensorBoard
Safetensors
speecht5
text-to-audio
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use Sandiago21/speecht5_finetuned_google_fleurs_greek with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="Sandiago21/speecht5_finetuned_google_fleurs_greek")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("Sandiago21/speecht5_finetuned_google_fleurs_greek")
    model = AutoModelForTextToSpectrogram.from_pretrained("Sandiago21/speecht5_finetuned_google_fleurs_greek", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
speecht5_finetuned_google_fleurs_greek
586 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 12 commits
Sandiago21's picture
Sandiago21
update README.md to include the pipeline tag
5c92303 about 3 years ago
  • runs
    End of training about 3 years ago
  • .gitattributes
    1.52 kB
    initial commit about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 0 about 3 years ago
  • README.md
    3.46 kB
    update README.md to include the pipeline tag about 3 years ago
  • added_tokens.json
    40 Bytes
    Training in progress, epoch 0 about 3 years ago
  • config.json
    2.11 kB
    Training in progress, epoch 0 about 3 years ago
  • preprocessor_config.json
    458 Bytes
    Training in progress, epoch 0 about 3 years ago
  • pytorch_model.bin
    585 MB
    xet
    End of training about 3 years ago
  • special_tokens_map.json
    234 Bytes
    Training in progress, epoch 0 about 3 years ago
  • spm_char.model
    238 kB
    xet
    Training in progress, epoch 0 about 3 years ago
  • tokenizer_config.json
    272 Bytes
    Training in progress, epoch 0 about 3 years ago
  • training_args.bin
    4.16 kB
    xet
    Training in progress, epoch 0 about 3 years ago