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

bosonai
/
higgs-audio-v2-tokenizer

Feature Extraction
Transformers
Safetensors
higgs_audio_v2_tokenizer
Model card Files Files and versions
xet
Community
8

Instructions to use bosonai/higgs-audio-v2-tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bosonai/higgs-audio-v2-tokenizer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="bosonai/higgs-audio-v2-tokenizer")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModel
    
    extractor = AutoFeatureExtractor.from_pretrained("bosonai/higgs-audio-v2-tokenizer")
    model = AutoModel.from_pretrained("bosonai/higgs-audio-v2-tokenizer", device_map="auto")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

About the license

3
#8 opened 2 months ago by
LukeJacob2023

SilinMeng0510 eustlb's picture eustlb HF Staff trfms-support (#4) 7c56ba8 update appears to break Higgs-audio

#7 opened 4 months ago by
TBWAIGenerated

Uploaded higgs-audio-v2-generation-3B-base's model to this repo

1
#6 opened 5 months ago by
grimavatar

Update broke existing functionality

👍 1
8
#5 opened 5 months ago by
Eloque
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs