abhi8799/Punjabi-STT-Turbo-40H
Viewer • Updated • 5k • 26
How to use abhi8799/whisper-large-v3-turbo-gurmukhi-lora with PEFT:
Task type is invalid.
How to use abhi8799/whisper-large-v3-turbo-gurmukhi-lora with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("abhi8799/whisper-large-v3-turbo-gurmukhi-lora", device_map="auto")Configuration Parsing Warning:In adapter_config.json: "peft.task_type" must be a string
This model is a fine-tuned version of openai/whisper-large-v3-turbo on an unknown 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 |
|---|---|---|---|
| 18.5560 | 1.25 | 50 | 2.2197 |
| 14.4289 | 2.5 | 100 | 1.7854 |
| 13.4670 | 3.75 | 150 | 1.6946 |
| 12.9902 | 5.0 | 200 | 1.6491 |
| 12.6007 | 6.25 | 250 | 1.6347 |
| 12.4687 | 7.5 | 300 | 1.6227 |
| 12.3255 | 8.75 | 350 | 1.6154 |
| 12.2176 | 10.0 | 400 | 1.6133 |
| 12.0832 | 11.25 | 450 | 1.6163 |
| 12.0028 | 12.5 | 500 | 1.6153 |
| 11.9251 | 13.75 | 550 | 1.6186 |
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("abhi8799/whisper-large-v3-turbo-gurmukhi-lora", device_map="auto")