Instructions to use anderloh/HuggingfaceTest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anderloh/HuggingfaceTest with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="anderloh/HuggingfaceTest")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("anderloh/HuggingfaceTest") model = AutoModelForAudioClassification.from_pretrained("anderloh/HuggingfaceTest") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
2a042fd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:429195c8c73df7eab4c2c253119a3c88a67a1708c472bece1c0b063064fa1fdb
size 52151348
|