Instructions to use voidful/hubert-tiny-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use voidful/hubert-tiny-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="voidful/hubert-tiny-v2")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("voidful/hubert-tiny-v2") model = AutoModel.from_pretrained("voidful/hubert-tiny-v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
ff17863 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1954ccc51678eea8fa9252b6050b8e70b0e079151cdb03b599e0e0e5ea649330
size 49887892
|