Instructions to use hf-internal-testing/tiny-random-BeitModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-BeitModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="hf-internal-testing/tiny-random-BeitModel")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("hf-internal-testing/tiny-random-BeitModel") model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-BeitModel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
5c4a051 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:934f01423e9b8f012cc0f8edc1f3a764d2287408c0c7f2e0e58f6e9e559b9167
size 133964
|