Instructions to use dk2325/whisper-tiny-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dk2325/whisper-tiny-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="dk2325/whisper-tiny-finetuned")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("dk2325/whisper-tiny-finetuned") model = AutoModelForSpeechSeq2Seq.from_pretrained("dk2325/whisper-tiny-finetuned") - Notebooks
- Google Colab
- Kaggle
| { | |
| "alignment_heads": [ | |
| [ | |
| 1, | |
| 0 | |
| ], | |
| [ | |
| 2, | |
| 0 | |
| ], | |
| [ | |
| 2, | |
| 5 | |
| ], | |
| [ | |
| 3, | |
| 0 | |
| ], | |
| [ | |
| 3, | |
| 1 | |
| ], | |
| [ | |
| 3, | |
| 2 | |
| ], | |
| [ | |
| 3, | |
| 3 | |
| ], | |
| [ | |
| 3, | |
| 4 | |
| ] | |
| ], | |
| "begin_suppress_tokens": [ | |
| 220, | |
| 50256 | |
| ], | |
| "bos_token_id": 50257, | |
| "decoder_start_token_id": 50257, | |
| "eos_token_id": 50256, | |
| "forced_decoder_ids": [ | |
| [ | |
| 1, | |
| 50362 | |
| ] | |
| ], | |
| "is_multilingual": false, | |
| "max_initial_timestamp_index": 50, | |
| "max_length": 448, | |
| "no_timestamps_token_id": 50362, | |
| "pad_token_id": 50256, | |
| "prev_sot_token_id": 50360, | |
| "return_timestamps": false, | |
| "suppress_tokens": [], | |
| "transformers_version": "4.57.6" | |
| } | |