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

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
mimi
385 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
lmz's picture
lmz
Update README.md
89091b3 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.36 kB
    Update README.md 11 months ago
  • config.json
    1.12 kB
    Upload model over 1 year ago
  • model.safetensors
    385 MB
    xet
    Upload model over 1 year ago
  • preprocessor_config.json
    234 Bytes
    Upload feature extractor over 1 year ago