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

MERaLiON
/
MERaLiON-3-3B-ASR

Automatic Speech Recognition
Transformers
Safetensors
meralion3
meralion
audio
asr
southeast-asian
code-switching
custom_code
Model card Files Files and versions
xet
Community

Instructions to use MERaLiON/MERaLiON-3-3B-ASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MERaLiON/MERaLiON-3-3B-ASR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="MERaLiON/MERaLiON-3-3B-ASR", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSpeechSeq2Seq
    model = AutoModelForSpeechSeq2Seq.from_pretrained("MERaLiON/MERaLiON-3-3B-ASR", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MERaLiON-3-3B-ASR
6.65 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
YingxuHe's picture
YingxuHe
docs: drop [vllm] extra; install with plain pip install meralion-3-asr (matches v0.0.2)
934aeb2 verified 1 day ago
  • assets
    Initial release 3 days ago
  • .gitattributes
    1.85 kB
    Initial release 3 days ago
  • README.md
    28.3 kB
    docs: drop [vllm] extra; install with plain pip install meralion-3-asr (matches v0.0.2) 1 day ago
  • config.json
    2.88 kB
    Initial release 3 days ago
  • configuration_meralion3.py
    3.15 kB
    Initial release 3 days ago
  • generation_config.json
    227 Bytes
    Initial release 3 days ago
  • model-00001-of-00002.safetensors
    4.97 GB
    xet
    Initial release 3 days ago
  • model-00002-of-00002.safetensors
    1.64 GB
    xet
    Initial release 3 days ago
  • model.safetensors.index.json
    71.2 kB
    Initial release 3 days ago
  • modeling_meralion3.py
    27.5 kB
    Initial release 3 days ago
  • preprocessor_config.json
    443 Bytes
    Initial release 3 days ago
  • processing_meralion3.py
    8.91 kB
    Initial release 3 days ago
  • processor_config.json
    280 Bytes
    Initial release 3 days ago
  • special_tokens_map.json
    636 Bytes
    Initial release 3 days ago
  • tokenizer.json
    34.4 MB
    xet
    Initial release 3 days ago
  • tokenizer.model
    4.24 MB
    xet
    Initial release 3 days ago
  • tokenizer_config.json
    46.9 kB
    Initial release 3 days ago