Instructions to use facebook/vit-mae-huge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/vit-mae-huge with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForMultimodalLM processor = AutoImageProcessor.from_pretrained("facebook/vit-mae-huge") model = AutoModelForMultimodalLM.from_pretrained("facebook/vit-mae-huge") - Notebooks
- Google Colab
- Kaggle
add TF model
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e357e5e8a2e6c86129a081c51a9262291145abf253ca1711474a1b3fdc71d5fb
|
| 3 |
+
size 2629173320
|