Dev372/Medical_STT_Dataset_1.1
Viewer • Updated • 7.96k • 66 • 2
How to use Dev372/Medical_base_en_1_1v_check_train with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Dev372/Medical_base_en_1_1v_check_train") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Dev372/Medical_base_en_1_1v_check_train")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Dev372/Medical_base_en_1_1v_check_train")This model is a fine-tuned version of openai/whisper-tiny.en on the Medical 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 |
|---|---|---|---|---|
| 1.2359 | 0.2825 | 100 | 1.0423 | 10.4935 |
| 0.6633 | 0.5650 | 200 | 0.6451 | 9.5072 |
| 0.4199 | 0.8475 | 300 | 0.3864 | 8.5078 |
| 0.1541 | 1.1299 | 400 | 0.1895 | 7.4202 |
| 0.1228 | 1.4124 | 500 | 0.1642 | 6.8781 |
| 0.1132 | 1.6949 | 600 | 0.1471 | 6.8422 |
| 0.1076 | 1.9774 | 700 | 0.1356 | 6.3261 |
| 0.0717 | 2.2599 | 800 | 0.1333 | 6.1334 |
| 0.0682 | 2.5424 | 900 | 0.1284 | 6.3947 |
| 0.0627 | 2.8249 | 1000 | 0.1265 | 6.5972 |
| 0.0367 | 3.1073 | 1100 | 0.1261 | 6.2478 |
| 0.0452 | 3.3898 | 1200 | 0.1265 | 6.3784 |
| 0.0374 | 3.6723 | 1300 | 0.1257 | 6.3980 |
| 0.0523 | 3.9548 | 1400 | 0.1248 | 6.1596 |
| 0.031 | 4.2373 | 1500 | 0.1252 | 6.2837 |
Base model
openai/whisper-tiny.en