Instructions to use ctaguchi/ssc-sco-mms-model-mix-adapt-max2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ctaguchi/ssc-sco-mms-model-mix-adapt-max2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ctaguchi/ssc-sco-mms-model-mix-adapt-max2")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("ctaguchi/ssc-sco-mms-model-mix-adapt-max2") model = AutoModelForCTC.from_pretrained("ctaguchi/ssc-sco-mms-model-mix-adapt-max2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
ssc-sco-mms-model-mix-adapt-max2
This model was trained from scratch on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.4740
- Cer: 0.1260
- Wer: 0.3645
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.001
- train_batch_size: 2
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 4
- 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: 100
- num_epochs: 5
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Cer | Wer |
|---|---|---|---|---|---|
| 0.409 | 1.9231 | 200 | 0.4668 | 0.1260 | 0.3664 |
| 0.3656 | 3.8462 | 400 | 0.4740 | 0.1260 | 0.3645 |
Framework versions
- Transformers 4.57.2
- Pytorch 2.9.1+cu128
- Datasets 3.6.0
- Tokenizers 0.22.0
- Downloads last month
- 2