Skip to content
Tech Blog
Go back

Chilean Spanish ASR Model Benchmark Report: Comprehensive Evaluation of Open-Source Speech Recognition Models

Edit page

Chilean Spanish ASR Model Benchmark Report

Comprehensive Evaluation of Open-Source Speech Recognition Models


Executive Summary

This report presents a comprehensive evaluation of seven state-of-the-art automatic speech recognition (ASR) models tested specifically on Chilean Spanish—a variant renowned within the linguistic community as the most phonetically and lexically differentiated among all Latin American Spanish dialects. The testing was conducted to identify optimal models for production deployment in multilingual voice applications serving the Chilean market and broader Latin American region.

Key Finding: Voxtral-Mini-4B achieved the highest accuracy at 2.63% Word Error Rate (WER), closely followed by Qwen3-ASR-1.7B at 2.74% WER. Fun-ASR-MLT-Nano-2512 demonstrated the best cost-efficiency ratio, delivering competitive 4.74% WER with merely 1.9GB model size.


Part I: Background and Rationale

Why Chilean Spanish?

Chilean Spanish presents unique challenges that make it an ideal stress test for ASR systems:

CharacteristicDescriptionImpact on ASR
Phonetic ReductionExtensive syllable dropping and consonant aspirationTraditional models trained on standard Spanish often fail
Lexical Distinctiveness20%+ vocabulary divergence from standard SpanishHigh out-of-vocabulary rates
Rapid Speech PatternsAverage 5.5 syllables/second (vs. 4.2 for standard Spanish)Increased phoneme boundary ambiguity
Code-SwitchingFrequent English loanwords in technical/business contextsLanguage identification challenges
Regional VariationSignificant differences between Santiago, Valparaíso, and southern regionsModel generalization requirements

Chilean Spanish serves as a “canary in the coal mine” for ASR robustness—if a model performs well on Chilean Spanish, it will likely excel across the broader Latin American Spanish spectrum.

Dataset Overview

The evaluation utilized the OpenSLR 71 dataset (Chilean Spanish), comprising:


Part II: Model Comparison Overview

Performance Summary Table

RankModelParametersSizeWERRTF*Test SamplesLanguagesStatus
🥇Voxtral-Mini-4B4.4B8.9GB2.63%1.092x20EN, ES+✅ Tested
🥈Qwen3-ASR-1.7B1.7B~3.4GB2.74%2.850x595+✅ Tested
🥉Whisper-large-v3-turbo~1.5B~3GB3.68%0.105x2099✅ Tested
4Fun-ASR-MLT-Nano-2512800M1.9GB4.74%0.499x2031✅ Tested
5GLM-ASR-Nano-25121.5B4.3GB7.89%0.324x20CN, EN+✅ Tested
6Meta MMS-1B-All1B~15GBPending1000+⏳ Downloading
7Meta OmniASR-CTC-7B7B25GBPending0.063x1600+✅ Downloaded

* RTF (Real-Time Factor): Lower is faster. RTF of 0.1x = 10x faster than real-time.

Performance-Size Trade-off Analysis

WER (%) vs Model Size (GB)

8% │                              GLM-ASR (4.3GB)
   │                                    ●
7% │

6% │
   │                         Fun-ASR (1.9GB)
5% │                               ●

4% │          Whisper (~3GB)
   │                ●
3% │         Qwen3-ASR (3.4GB)
   │              ●
2% │    Voxtral (8.9GB)
   │         ●
   └─────────────────────────────────────────────
     0    5    10    15    20    25    30   GB

Part III: Detailed Model Analysis

🥇 Voxtral-Mini-4B (Mistral AI)

The Accuracy Champion

MetricValue
ArchitectureMultimodal encoder-decoder
Parameters4.4 billion
Model Size8.9GB
WER (Chilean Spanish)2.63%
Real-Time Factor1.092x
Processing Speed0.9x real-time
Languages SupportedEnglish, Spanish, and others

Detailed Performance:

Strengths:

Limitations:

Best Use Case: High-accuracy transcription services, legal/medical documentation where precision is paramount.


🥉 Whisper-large-v3-turbo (OpenAI)

The Speed Champion

MetricValue
ArchitectureEncoder-decoder Transformer
Parameters~1.5 billion
Model Size~3GB
WER (Chilean Spanish)3.68%
Real-Time Factor0.105x
Processing Speed9.5x real-time
Languages Supported99 languages

Detailed Performance:

Strengths:

Limitations:

Best Use Case: Real-time transcription, live streaming, high-throughput batch processing.


4. Fun-ASR-MLT-Nano-2512 (Alibaba)

The Efficiency Champion

MetricValue
ArchitectureAudio encoder + LLM decoder
Parameters800M (0.2B + 0.6B)
Model Size1.9GB
WER (Chilean Spanish)4.74%
Real-Time Factor0.499x
Processing Speed2.0x real-time
Languages Supported31 languages

Detailed Performance:

Strengths:

Limitations:

Best Use Case: Edge deployment, resource-constrained environments, cost-sensitive applications.


🥈 Qwen3-ASR-1.7B (Alibaba)

The Accuracy-First Contender

MetricValue
ArchitectureLLM-based audio-text model
Parameters1.7 billion
Model Size~3.4GB
WER (Chilean Spanish)2.74%
Real-Time Factor2.850x
Processing Speed0.35x real-time
GPU Memory Usage~6GB
Languages Supported95+ languages

Detailed Performance:

Key Improvements over 0.6B Model:

Metric0.6B Model1.7B ModelImprovement
WER4.69%2.74%✅ 1.95% lower
Perfect Recognition50%60%✅ +10%
RTF2.14x2.85x⚠️ 33% slower
Processing Time19.0s27.2s⚠️ 43% slower

Notable Recognition Examples:

Audio FileReferenceTranscription Result
clf_00610_00025628111Según mis datos este sábado dos de Junio es el día de la madre✅ Perfect: “Según mis datos, este sábado 2 de junio es el día de la madre.”
clf_00610_00041705766Si busca bajar de peso los carbohidratos no son una buena opción✅ Perfect: “Si busca bajar de peso, los carbohidratos no son una buena opción.”
clf_00610_00103371024Te quiero pedir unas ocho cajas de papel higiénico y treinta de toallas no desechables✅ Perfect: “Te quiero pedir unas ocho cajas de papel higiénico y treinta de toallas no desechables.”

Strengths:

Limitations:

Analysis: Qwen3-ASR-1.7B delivers impressive accuracy on Chilean Spanish with 2.74% WER—significantly better than the 0.6B variant and competitive with top-tier models like Voxtral (2.63%). The trade-off is inference speed: at 2.85x RTF, it’s suitable for batch processing but not real-time transcription. The model excels at precise transcription tasks where accuracy matters more than speed.

Best Use Case:


GLM-ASR-Nano-2512 (Zhipu AI)

MetricValue
Parameters1.5B
Model Size4.3GB
WER (Chilean Spanish)7.89%
Real-Time Factor0.324x
Processing Speed3.1x real-time

Analysis: While GLM-ASR showed respectable speed at 3.1x real-time, its 7.89% WER on Chilean Spanish indicates the model was primarily optimized for Chinese and English, with less emphasis on Latin American Spanish dialects. The model struggled with Chilean phonetic reductions and local vocabulary.

Recommendation: Suitable for Chinese-Spanish bilingual applications but not optimal for pure Spanish ASR tasks.


Meta MMS-1B-All (Meta/Facebook)

MetricValue
ArchitectureWav2Vec 2.0 with language adapters
Parameters1 billion
Model Size~15GB (with 532 language adapters)
Languages1000+
StatusDownloading (9GB/15GB complete)

Unique Architecture: MMS-1B uses a novel adapter-based architecture where the base model (1B parameters) is shared across all languages, with lightweight language-specific adapters (each ~10MB) enabling 1000+ language support.

Expected Advantages:

Pending Evaluation: Full benchmark results will be available upon completion of model download and integration testing.


Meta OmniASR-CTC-7B (Meta/Facebook)

MetricValue
ArchitectureCTC-based encoder
Parameters6.5B (advertised as 7B)
Model Size25GB
Expected RTF0.063x (16x real-time)
Languages1600+
StatusDownloaded, awaiting benchmark

Technical Note: OmniASR-CTC-7B represents Meta’s flagship ASR offering, utilizing Connectionist Temporal Classification (CTC) for streamlined, efficient inference. The model claims support for over 1,600 languages, making it potentially the most linguistically comprehensive ASR system available.

Expected Performance: Based on specifications, this model should deliver:

Awaiting: Full integration and benchmark completion.


Part IV: Comparative Insights

Accuracy vs. Speed Trade-off

ModelWER (%)Speed (x real-time)Sweet Spot
Whisper3.689.5x🎯 Speed-critical apps
Fun-ASR4.742.0x🎯 Balanced deployment
Voxtral2.630.9x🎯 Accuracy-critical apps
Qwen3-ASR-1.7B2.740.35x🎯 Accuracy-first batch processing

Cost-Efficiency Matrix

                    High Accuracy

            Voxtral       │
           (8.9GB)  ●     │

       Qwen3-ASR          │
      (3.4GB)  ●          │

    Whisper               │
   (~3GB)  ●              │

Low Cost ─────────────────┼──────────────── High Cost

              Fun-ASR     │
             (1.9GB)  ●   │


               GLM-ASR    │
               (4.3GB) ●  │

                    Low Accuracy

Part V: Recommendations by Use Case

Production Deployment Scenarios

ScenarioRecommended ModelRationale
Live Streaming/Real-timeWhisper-large-v3-turbo9.5x real-time speed, proven reliability
Medical/Legal TranscriptionVoxtral-Mini-4BLowest WER (2.63%), accuracy paramount
Mobile/Edge DeploymentFun-ASR-MLT-Nano-25121.9GB size, 2x real-time, good accuracy
Accuracy-Critical Batch ProcessingQwen3-ASR-1.7B2.74% WER, Chinese-Spanish optimized
Multilingual PlatformMeta OmniASR-CTC-7B1600+ languages, enterprise scale
Low-Resource LanguagesMeta MMS-1B-All1000+ languages, adapter architecture

Part VI: Roadmap and Next Steps

Immediate Priorities (Q1 2026)

  1. Complete Pending Benchmarks

    • Finalize Meta MMS-1B-All evaluation (awaiting download completion)
    • Execute full OmniASR-CTC-7B benchmark suite
    • Validate results with extended 100+ sample dataset
  2. Concurrency Performance Testing

    • Test simultaneous request handling capacity
    • Measure latency under load (10, 50, 100 concurrent streams)
    • Establish optimal batch sizes for throughput
    • Generate performance degradation curves
  3. Hardware Optimization

    • Ascend NPU Tuning: Optimize models for Huawei Ascend AI processors
    • Quantization experiments: INT8, INT4 precision for edge deployment
    • TensorRT and ONNX conversion for GPU acceleration

Medium-Term Objectives (Q2-Q3 2026)

  1. Voice Agent Research

    • End-to-end spoken dialogue systems
    • Streaming ASR with incremental decoding
    • Voice activity detection (VAD) integration
    • Speaker diarization for multi-party conversations
  2. Domain Adaptation

    • Fine-tuning on industry-specific vocabulary (finance, healthcare, legal)
    • Custom pronunciation lexicons for brand names and technical terms
    • Accent adaptation for specific Chilean regions
  3. Production Hardening

    • Kubernetes deployment manifests
    • Auto-scaling policies based on queue depth
    • Monitoring and alerting (Prometheus/Grafana)
    • A/B testing framework for model selection

Long-Term Vision (Q4 2026+)

  1. Advanced Features

    • Emotion recognition from speech
    • Age and gender classification
    • Real-time translation (speech-to-speech)
    • Noise robustness optimization
  2. Ecosystem Development

    • WebSocket API for streaming transcription
    • SDK development (Python, Node.js, Go)
    • Integration plugins for popular meeting platforms

Appendix A: Technical Specifications

Test Environment

ComponentSpecification
GPUNVIDIA Tesla T4 (16GB VRAM)
CUDA12.2
Driver535.183.01
CPUIntel Xeon Gold 6266C @ 3.00GHz
RAM16GB
OSUbuntu 22.04.3 LTS
Python3.10.19
PyTorch2.3.1+cu121

Evaluation Methodology


Conclusion

This comprehensive evaluation reveals a diverse landscape of ASR capabilities, with no single model dominating all metrics. The optimal choice depends on specific deployment requirements:

The pending evaluation of Meta’s OmniASR-CTC-7B and MMS-1B-All models will provide crucial data points for multilingual and large-scale deployment scenarios.


Report generated: March 2026
Testing location: Huawei Cloud ModelArts (AP-Southeast-1)


Edit page
Share this post on:

Previous Post
From Zero to a Working Coding Assistant: Deploying Qwen3.5-9B on a Huawei Cloud 910B Notebook
Next Post
From Rule Explosion to Runtime Discovery: Building a Universal Cloud Agent in One Day