Instructions to use OK923/ultimate_wav2vec2_march with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OK923/ultimate_wav2vec2_march with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="OK923/ultimate_wav2vec2_march")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("OK923/ultimate_wav2vec2_march") model = AutoModelForCTC.from_pretrained("OK923/ultimate_wav2vec2_march", device_map="auto") - Notebooks
- Google Colab
- Kaggle
ultimate_wav2vec2_march
This model is a fine-tuned version of OK923/ultimate_wav2vec2_march on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.5447
- Wer: 0.3377
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 3e-05
- train_batch_size: 32
- eval_batch_size: 16
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 64
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 500
- num_epochs: 5
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 1.7666 | 1.7036 | 400 | 0.5863 | 0.3565 |
| 1.5847 | 3.4051 | 800 | 0.5447 | 0.3375 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 2.18.0
- Tokenizers 0.22.2
- Downloads last month
- 10
Model tree for OK923/ultimate_wav2vec2_march
Unable to build the model tree, the base model loops to the model itself. Learn more.