Instructions to use arxyzan/data2vec-beit-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arxyzan/data2vec-beit-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="arxyzan/data2vec-beit-base")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("arxyzan/data2vec-beit-base") model = AutoModel.from_pretrained("arxyzan/data2vec-beit-base") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
28e10d9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e1942d45a5003da3053504a1d9a7e12fcf70c0e90f2ee9a2b9c7553ba643acfd
size 343037595
|