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

  • Log In
  • Sign Up

kyutai
/
mimi

Feature Extraction
Transformers
Safetensors
mimi
audio
Model card Files Files and versions
xet
Community
10

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

  • Libraries
  • Transformers

    How to use kyutai/mimi with Transformers:

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

Update README.md

#9 opened about 1 month ago by
optimization-hashira

πŸ“‹ Documentation Enhancement Suggestion

#8 opened 3 months ago by
CroviaTrust

πŸ“‹ Documentation Enhancement Suggestion

#7 opened 3 months ago by
CroviaTrust

A version with less quantizers

1
#5 opened about 1 year ago by
MajoRoth

Why the weight_norm has been removed

#4 opened over 1 year ago by
Xiaoyu94

about multilangual support

#2 opened over 1 year ago by
MonolithFoundation

Training code

πŸ‘ 2
4
#1 opened over 1 year ago by
ChristophSchuhmann
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs