CoolFace
Modelpublic

MWirelabs/ne-speechembed

sourceHugging Facecc-by-4.0updated 25d agoView on Hugging Face
0likes17downloads
Model Card

NE-SpeechEmbed

First speech-text retrieval model for Northeast Indian languages.

Architecture

  • Speech encoder: Whisper-medium (fine-tuned on NE-ASR, checkpoint-8000)
  • Text encoder: xlm-roberta-base
  • Projection: Linear(1024→768) speech, Linear(768→768) text
  • Loss: InfoNCE with learned temperature
  • Embed dim: 768 (L2 normalized)

Languages

Khasi, Garo, Mizo, Nagamese, Kokborok, Assamese, Wancho, Chakma

Retrieval Results (100-sample pool)

LanguageR@1R@5R@10
Khasi5.0%19.0%27.0%
Garo7.0%21.0%33.0%
Mizo5.0%17.0%30.0%
Nagamese5.0%19.0%30.0%
Kokborok8.0%24.0%35.0%
Random1.0%5.0%10.0%

Training Data

73,476 speech-text pairs from proprietary MWire corpora and Vaani.

Citation

If you use this model, please cite:

@inproceedings{nyalang2026nemultispeech,
title={{NE}-MultiSpeech: A Multilingual Speech Corpus and {ASR} Benchmark for Northeast Indian Languages},
author={Nyalang, Badal and Borah, Angana},
booktitle={The 2026 Conference on Empirical Methods in Natural Language Processing},
year={2026},
url={https://openreview.net/forum?id=cOCsA88Fza}
}

License

CC-BY-4.0 — MWire Labs