Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
dhivehi-w2v2-base-ctc-pseudo-v1 – AI Model by shahulyn | AlphaNeural AI
You can deploy this model and start earning money today!
shahulyn
/
dhivehi-w2v2-base-ctc-pseudo-v1
like
0
safetensors
wav2vec2
automatic-speech-recognition
dv
facebook/wav2vec2-base
finetune
apache-2.0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
Dhivehi Wav2Vec2 Pseudo-Label ASR (Student Model)
This model is a Dhivehi automatic speech recognition (ASR) model trained using teacher-student distillation.
Training
Student:
dhivehi-w2v2-base-ctc
Teacher:
dhivehi-xlsr-ctc
Language Model: KenLM Dhivehi corpus
The student was trained on ~2000 pseudo-labeled conversational Dhivehi audio clips.
Intended Use
Offline Dhivehi dictation and voice typing.
Inference
from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="shahulyn/dhivehi-w2v2-base-ctc-pseudo-v1")
pipe("audio.wav")