Malasar ASR Resources
Collection
5 items โข Updated
How to use vrclc/Malasar_medium_MTF with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="vrclc/Malasar_medium_MTF") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("vrclc/Malasar_medium_MTF")
model = AutoModelForSpeechSeq2Seq.from_pretrained("vrclc/Malasar_medium_MTF")This model is a fine-tuned version of vasista22/whisper-tamil-medium on the Spoken Bible Corpus: Malasar 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.018 | 11.3636 | 250 | 0.3526 | 50.2570 |
| 0.0059 | 22.7273 | 500 | 0.4000 | 49.5146 |
| 0.0002 | 34.0909 | 750 | 0.4418 | 48.3152 |
| 0.0001 | 45.4545 | 1000 | 0.4785 | 48.0868 |
| 0.0 | 56.8182 | 1250 | 0.4923 | 47.8013 |
| 0.0 | 68.1818 | 1500 | 0.5008 | 47.8013 |
| 0.0 | 79.5455 | 1750 | 0.5059 | 48.2010 |
| 0.0 | 90.9091 | 2000 | 0.5075 | 48.2010 |
Base model
vasista22/whisper-tamil-medium