Instructions to use ctaguchi/ssc-lth-mms-model-mix-adapt-max3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ctaguchi/ssc-lth-mms-model-mix-adapt-max3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ctaguchi/ssc-lth-mms-model-mix-adapt-max3")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("ctaguchi/ssc-lth-mms-model-mix-adapt-max3") model = AutoModelForCTC.from_pretrained("ctaguchi/ssc-lth-mms-model-mix-adapt-max3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
ssc-lth-mms-model-mix-adapt-max3
This model was trained from scratch on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.7869
- Cer: 0.1760
- Wer: 0.4458
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.0005
- train_batch_size: 1
- eval_batch_size: 6
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 2
- optimizer: Use OptimizerNames.ADAMW_TORCH 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: 100
- num_epochs: 5
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Cer | Wer |
|---|---|---|---|---|---|
| 0.5094 | 0.2797 | 200 | 0.7737 | 0.1840 | 0.4690 |
| 0.5115 | 0.5594 | 400 | 0.7314 | 0.1778 | 0.4631 |
| 0.5469 | 0.8392 | 600 | 0.7308 | 0.1801 | 0.4637 |
| 0.513 | 1.1189 | 800 | 0.8187 | 0.1809 | 0.4599 |
| 0.5462 | 1.3986 | 1000 | 0.7320 | 0.1768 | 0.4560 |
| 0.4814 | 1.6783 | 1200 | 0.7637 | 0.1756 | 0.4480 |
| 0.4909 | 1.9580 | 1400 | 0.8035 | 0.1742 | 0.4403 |
| 0.4522 | 2.2378 | 1600 | 0.7502 | 0.1941 | 0.5161 |
| 0.476 | 2.5175 | 1800 | 0.7525 | 0.1742 | 0.4382 |
| 0.4446 | 2.7972 | 2000 | 0.7690 | 0.1757 | 0.4446 |
| 0.4098 | 3.0769 | 2200 | 0.7469 | 0.1740 | 0.4466 |
| 0.4231 | 3.3566 | 2400 | 0.7726 | 0.1728 | 0.4347 |
| 0.415 | 3.6364 | 2600 | 0.7699 | 0.2014 | 0.5143 |
| 0.4709 | 3.9161 | 2800 | 0.7554 | 0.1825 | 0.4721 |
| 0.4197 | 4.1958 | 3000 | 0.7958 | 0.1728 | 0.4350 |
| 0.4291 | 4.4755 | 3200 | 0.7876 | 0.1755 | 0.4441 |
| 0.358 | 4.7552 | 3400 | 0.7869 | 0.1760 | 0.4458 |
Framework versions
- Transformers 4.52.1
- Pytorch 2.9.1+cu128
- Datasets 3.6.0
- Tokenizers 0.21.4
- Downloads last month
- 3