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

rahafvii
/
ABG_TTS

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

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

  • Libraries
  • Transformers

    How to use rahafvii/ABG_TTS with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="rahafvii/ABG_TTS")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("rahafvii/ABG_TTS")
    model = AutoModelForTextToSpectrogram.from_pretrained("rahafvii/ABG_TTS", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ABG_TTS
580 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
rahafvii's picture
rahafvii
End of training
f4e30d3 verified almost 2 years ago
  • runs
    End of training almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    4.2 kB
    End of training almost 2 years ago
  • added_tokens.json
    44 Bytes
    Training in progress, step 100 almost 2 years ago
  • config.json
    2.2 kB
    Training in progress, step 100 almost 2 years ago
  • generation_config.json
    65 Bytes
    End of training almost 2 years ago
  • merges.txt
    544 kB
    Training in progress, step 100 almost 2 years ago
  • model.safetensors
    578 MB
    xet
    End of training almost 2 years ago
  • normalizer.json
    54.4 kB
    Training in progress, step 100 almost 2 years ago
  • preprocessor_config.json
    477 Bytes
    Training in progress, step 100 almost 2 years ago
  • special_tokens_map.json
    247 Bytes
    Training in progress, step 100 almost 2 years ago
  • spm_char.model
    238 kB
    xet
    Training in progress, step 100 almost 2 years ago
  • tokenizer_config.json
    1.42 kB
    Training in progress, step 100 almost 2 years ago
  • training_args.bin
    5.37 kB
    xet
    Training in progress, step 100 almost 2 years ago
  • vocab.json
    1.09 MB
    Training in progress, step 100 almost 2 years ago