Automatic Speech Recognition
MLX
Safetensors
English
Chinese
qwen3_asr
speech-to-text
asr
robust-asr
qwen3-asr
8-bit precision
Instructions to use mlx-community/Mega-ASR-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/Mega-ASR-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Mega-ASR-8bit mlx-community/Mega-ASR-8bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 2,394 Bytes
b9c3c70 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | {
"audio_config": {
"num_mel_bins": 128,
"encoder_layers": 24,
"encoder_attention_heads": 16,
"encoder_ffn_dim": 4096,
"d_model": 1024,
"dropout": 0,
"attention_dropout": 0,
"activation_function": "gelu",
"activation_dropout": 0,
"scale_embedding": false,
"initializer_range": 0.02,
"max_source_positions": 1500,
"n_window": 50,
"output_dim": 2048,
"n_window_infer": 800,
"conv_chunksize": 500,
"downsample_hidden_size": 480
},
"audio_end_token_id": 151670,
"audio_start_token_id": 151669,
"audio_token_id": 151676,
"model_repo": null,
"model_type": "qwen3_asr",
"quantization": {
"group_size": 64,
"bits": 8,
"mode": "affine"
},
"quantization_config": {
"group_size": 64,
"bits": 8,
"mode": "affine"
},
"support_languages": [
"Chinese",
"English",
"Cantonese",
"Arabic",
"German",
"French",
"Spanish",
"Portuguese",
"Indonesian",
"Italian",
"Korean",
"Russian",
"Thai",
"Vietnamese",
"Japanese",
"Turkish",
"Hindi",
"Malay",
"Dutch",
"Swedish",
"Danish",
"Finnish",
"Polish",
"Czech",
"Filipino",
"Persian",
"Greek",
"Romanian",
"Hungarian",
"Macedonian"
],
"text_config": {
"model_type": "qwen3",
"vocab_size": 151936,
"hidden_size": 2048,
"intermediate_size": 6144,
"num_hidden_layers": 28,
"num_attention_heads": 16,
"num_key_value_heads": 8,
"head_dim": 128,
"hidden_act": "silu",
"max_position_embeddings": 65536,
"initializer_range": 0.02,
"rms_norm_eps": 1e-06,
"use_cache": true,
"tie_word_embeddings": true,
"rope_theta": 1000000,
"rope_scaling": {
"interleaved": true,
"mrope_interleaved": true,
"mrope_section": [
24,
20,
20
],
"rope_type": "default",
"type": "default"
},
"attention_bias": false,
"attention_dropout": 0.0
}
} |