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