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, AutoModelForPreTraining processor = AutoImageProcessor.from_pretrained("facebook/vit-mae-huge") model = AutoModelForPreTraining.from_pretrained("facebook/vit-mae-huge", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Joao Gante commited on
Commit ·
5e0e60b
1
Parent(s): ecb1fae
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
|