Instructions to use hf-internal-testing/tiny-random-WhisperForConditionalGeneration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-WhisperForConditionalGeneration with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="hf-internal-testing/tiny-random-WhisperForConditionalGeneration")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("hf-internal-testing/tiny-random-WhisperForConditionalGeneration") model = AutoModelForSpeechSeq2Seq.from_pretrained("hf-internal-testing/tiny-random-WhisperForConditionalGeneration") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
598101b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c19ee33508a40ee6f2e5ad5abb3751cf9b5b51d026798d6eb498bc34c8df3143
size 3303740
|