Instructions to use hf-internal-testing/tiny-random-data2vec-seq-class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-data2vec-seq-class with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="hf-internal-testing/tiny-random-data2vec-seq-class")# Load model directly from transformers import AutoTokenizer, AutoModelForAudioClassification tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-data2vec-seq-class") model = AutoModelForAudioClassification.from_pretrained("hf-internal-testing/tiny-random-data2vec-seq-class", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
4c59e8c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e9587a9b47b403fa7da84b45f6a8141f6c1065420328153929b32517c1d57e57
size 324889
|