Instructions to use hf-tiny-model-private/tiny-random-WhisperForAudioClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-tiny-model-private/tiny-random-WhisperForAudioClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="hf-tiny-model-private/tiny-random-WhisperForAudioClassification")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("hf-tiny-model-private/tiny-random-WhisperForAudioClassification") model = AutoModelForAudioClassification.from_pretrained("hf-tiny-model-private/tiny-random-WhisperForAudioClassification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
d5fb664 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:14b5a42b36ef4cb008238ad2cbfbdbee6ed7cad5a76f6f2f597b21b5d762e6f5
size 65964
|