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

bosonai
/
higgs-tts-2-3b-base

Text-to-Speech
Transformers
Safetensors
higgs_audio_v2
text-to-audio
Model card Files Files and versions
xet
Community
28

Instructions to use bosonai/higgs-tts-2-3b-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bosonai/higgs-tts-2-3b-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="bosonai/higgs-tts-2-3b-base")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToWaveform
    
    processor = AutoProcessor.from_pretrained("bosonai/higgs-tts-2-3b-base")
    model = AutoModelForTextToWaveform.from_pretrained("bosonai/higgs-tts-2-3b-base")
  • Notebooks
  • Google Colab
  • Kaggle
higgs-tts-2-3b-base
11.6 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 3 commits
zachzzc's picture
zachzzc
Upload new weights
0b9b5ee 12 months ago
  • .gitattributes
    1.78 kB
    Upload model weights 12 months ago
  • README.md
    31 Bytes
    initial commit 12 months ago
  • config.json
    6.26 kB
    Upload model weights 12 months ago
  • generation_config.json
    147 Bytes
    Upload model weights 12 months ago
  • model-00001-of-00003.safetensors
    4.97 GB
    xet
    Upload new weights 12 months ago
  • model-00002-of-00003.safetensors
    4.98 GB
    xet
    Upload new weights 12 months ago
  • model-00003-of-00003.safetensors
    1.59 GB
    xet
    Upload new weights 12 months ago
  • model.safetensors.index.json
    31.1 kB
    Upload model weights 12 months ago
  • special_tokens_map.json
    301 Bytes
    Upload model weights 12 months ago
  • tokenizer.json
    17.2 MB
    xet
    Upload model weights 12 months ago
  • tokenizer_config.json
    50.3 kB
    Upload model weights 12 months ago