Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
msp_visual
Generated from Trainer
custom_code
Instructions to use MahmoodAnaam/MSP-VSR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MahmoodAnaam/MSP-VSR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="MahmoodAnaam/MSP-VSR", trust_remote_code=True)# Load model directly from transformers import AutoModelForCTC model = AutoModelForCTC.from_pretrained("MahmoodAnaam/MSP-VSR", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
MSP-VSR
This model is a fine-tuned version of on the None dataset. It achieves the following results on the evaluation set:
- Loss: 1.3392
- Wer: 0.6900
- Cer: 0.4041
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: 0.0001
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- 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: cosine
- lr_scheduler_warmup_steps: 1000.0
- training_steps: 20000
Training results
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|---|---|---|---|---|---|
| 2.7814 | 0.05 | 1000 | 2.6859 | 0.9932 | 0.8239 |
| 2.0486 | 0.1 | 2000 | 1.7982 | 0.8473 | 0.5021 |
| 1.9603 | 0.15 | 3000 | 1.6668 | 0.8121 | 0.4747 |
| 1.9948 | 0.2 | 4000 | 1.5872 | 0.7940 | 0.4676 |
| 2.0298 | 0.25 | 5000 | 1.5435 | 0.7736 | 0.4540 |
| 1.9069 | 0.3 | 6000 | 1.4969 | 0.7520 | 0.4417 |
| 1.9122 | 0.35 | 7000 | 1.4707 | 0.7368 | 0.4336 |
| 1.9824 | 0.4 | 8000 | 1.4590 | 0.7323 | 0.4246 |
| 1.9221 | 0.45 | 9000 | 1.4392 | 0.7169 | 0.4201 |
| 1.8073 | 0.5 | 10000 | 1.4370 | 0.7136 | 0.4105 |
| 1.8275 | 0.55 | 11000 | 1.4066 | 0.7090 | 0.4116 |
| 1.7326 | 0.6 | 12000 | 1.4052 | 0.7053 | 0.4089 |
| 1.9020 | 0.65 | 13000 | 1.3903 | 0.7075 | 0.4120 |
| 1.8704 | 0.7 | 14000 | 1.3737 | 0.6991 | 0.4077 |
| 1.6595 | 0.75 | 15000 | 1.3550 | 0.6959 | 0.4049 |
| 1.7031 | 0.8 | 16000 | 1.3481 | 0.6957 | 0.4065 |
| 1.7443 | 0.85 | 17000 | 1.3395 | 0.6946 | 0.4054 |
| 1.7633 | 0.9 | 18000 | 1.3418 | 0.6920 | 0.4062 |
| 1.7001 | 0.95 | 19000 | 1.3371 | 0.6905 | 0.4038 |
| 1.7046 | 1.0 | 20000 | 1.3392 | 0.6900 | 0.4041 |
Framework versions
- Transformers 5.10.2
- Pytorch 2.10.0+rocm7.2.4.git3d3aa833
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 1