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

majentik
/
MERaLiON-2-10B-RotorQuant

Automatic Speech Recognition
Transformers
rotorquant
kv-cache-quantization
meralion
whisper
audio
speech-recognition
sea-lion
quantized
Model card Files Files and versions
xet
Community

Instructions to use majentik/MERaLiON-2-10B-RotorQuant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use majentik/MERaLiON-2-10B-RotorQuant with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="majentik/MERaLiON-2-10B-RotorQuant")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("majentik/MERaLiON-2-10B-RotorQuant", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MERaLiON-2-10B-RotorQuant
8.24 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
majentik's picture
majentik
docs: Tier 2 polish โ€” variant matrix + quant trade-off
544080d verified 24 days ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    6.72 kB
    docs: Tier 2 polish โ€” variant matrix + quant trade-off 24 days ago