Model reference · open weights
wav2vec2-large-robust-L2-english-phoneme-recognition is an open-weight audio or speech model from slplab. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | slplab |
|---|---|
| Type | Audio & music |
| Task | Speech→text |
| Parameters (lead) | 316M |
| Runs with | transformers |
| Released | 2025-01-18 |
| Popularity | 55k downloads / month |
| Licence | Unknown |
About
This repository contains a fine-tuned Wav2Vec2-Large-Robust model for phoneme recognition tasks. The model was trained and evaluated on our in-house English pronunciations of Korean learners dataset, which was made with ETRI and revised by SNU SLP lab.
Creator & Uploader: Sehyun Oh (ohsehyun12@snu.ac.kr)
Dataset Name: English Pronunciation of Korean Learners (made with ETRI) revised by SNU SLP lab
Data Type: Speech recordings of Korean learners speaking English, annotated with phoneme sequences.
Annotation: Each utterance is transcribed at the phoneme level, including pronunciation errors marked with _err. These errors highlight phoneme substitutions, insertions, and deletions that occur due to the influence of the Korean language on English pronunciation.
Train Set: 14,305 samples
Valid Set: 1,590 samples
Test Set: 3,974 samples
The model was fine-tuned for phoneme recognition using the Hugging Face transformers library. Below are the training steps:
The following metrics were achieved during training:
The model was evaluated on the test dataset with the following performance:
Below is an example of how the dataset is structured for phoneme recognition tasks:
Sample :
TensorBoard logs are available for detailed training analysis:
events.out.tfevents.1737043507.oem-WS-C621E-SAGE-Series.1534005.0events.out.tfevents.1737088179.oem-WS-C621E-SAGE-Series.1534005.1Use the following command to visualize logs:
tensorboard --logdir=./logs/From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys wav2vec2-large-robust-l2-english-phoneme-recognition for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (wav2vec2-large-robust-l2-english-phoneme-recognition below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/audio/transcriptions \ -H "Authorization: Bearer $AXFORGE_API_KEY" \ -F model="wav2vec2-large-robust-l2-english-phoneme-recognition" -F file=@audio.mp3
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.