Model reference · open weights
wav2vec2-child-en-tokenizer-4 is an open-weight audio or speech model from jaeyeon. 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 | jaeyeon |
|---|---|
| Type | Audio & music |
| Task | Speech→text |
| Runs with | transformers |
| Released | 2022-04-08 |
| Popularity | 4k downloads / month |
| Licence | Open weights |
About
This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the None 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 |
|---|---|---|---|---|
| 0.0334 | 1.72 | 100 | 1.4709 | 0.3769 |
| 0.0332 | 3.45 | 200 | 1.4709 | 0.3769 |
| 0.0343 | 5.17 | 300 | 1.4709 | 0.3769 |
| 0.032 | 6.9 | 400 | 1.4709 | 0.3769 |
| 0.0332 | 8.62 | 500 | 1.4709 | 0.3769 |
| 0.0327 | 10.34 | 600 | 1.4709 | 0.3769 |
| 0.0331 | 12.07 | 700 | 1.4709 | 0.3769 |
| 0.0334 | 13.79 | 800 | 1.4709 | 0.3769 |
| 0.0319 | 15.52 | 900 | 1.4709 | 0.3769 |
| 0.0338 | 17.24 | 1000 | 1.4709 | 0.3769 |
| 0.0321 | 18.97 | 1100 | 1.4709 | 0.3769 |
| 0.0367 | 20.69 | 1200 | 1.4709 | 0.3769 |
| 0.0331 | 22.41 | 1300 | 1.4709 | 0.3769 |
| 0.0332 | 24.14 | 1400 | 1.4709 | 0.3769 |
| 0.0347 | 25.86 | 1500 | 1.4709 | 0.3769 |
| 0.0319 | 27.59 | 1600 | 1.4709 | 0.3769 |
| 0.0302 | 29.31 | 1700 | 1.4709 | 0.3769 |
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys wav2vec2-child-en-tokenizer-4 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (wav2vec2-child-en-tokenizer-4 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-child-en-tokenizer-4" -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.