Model reference · open weights
wav2vec2-large-xlsr-tamil-commonvoice is an open-weight audio or speech model from nikhil6041. 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 | nikhil6041 |
|---|---|
| Type | Audio & music |
| Task | Speech→text |
| Runs with | transformers |
| Released | 2022-03-02 |
| Popularity | 1k downloads / month |
| Licence | Open weights |
About
This model is a fine-tuned version of facebook/wav2vec2-large-xlsr-53 on the common_voice dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 12.0478 | 1.05 | 100 | 3.3867 | 1.0 |
| 3.2522 | 2.11 | 200 | 3.2770 | 1.0 |
| 3.1689 | 3.16 | 300 | 3.1135 | 1.0039 |
| 2.9278 | 4.21 | 400 | 2.0485 | 1.3109 |
| 1.3592 | 5.26 | 500 | 0.8044 | 1.0988 |
| 0.7472 | 6.32 | 600 | 0.6571 | 0.9474 |
| 0.5842 | 7.37 | 700 | 0.6079 | 0.9477 |
| 0.4831 | 8.42 | 800 | 0.6083 | 0.9491 |
| 0.4259 | 9.47 | 900 | 0.5916 | 0.8973 |
| 0.3817 | 10.53 | 1000 | 0.6070 | 0.9147 |
| 0.338 | 11.58 | 1100 | 0.5873 | 0.8617 |
| 0.3123 | 12.63 | 1200 | 0.5983 | 0.8844 |
| 0.287 | 13.68 | 1300 | 0.6146 | 0.8988 |
| 0.2706 | 14.74 | 1400 | 0.6068 | 0.8754 |
| 0.2505 | 15.79 | 1500 | 0.5996 | 0.8638 |
| 0.2412 | 16.84 | 1600 | 0.6106 | 0.8481 |
| 0.2176 | 17.89 | 1700 | 0.6152 | 0.8520 |
| 0.2255 | 18.95 | 1800 | 0.6150 | 0.8540 |
| 0.216 | 20.0 | 1900 | 0.6145 | 0.8512 |
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys wav2vec2-large-xlsr-tamil-commonvoice for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (wav2vec2-large-xlsr-tamil-commonvoice 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-xlsr-tamil-commonvoice" -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.