Instructions to use facebook/vit-mae-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/vit-mae-base with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForPreTraining processor = AutoImageProcessor.from_pretrained("facebook/vit-mae-base") model = AutoModelForPreTraining.from_pretrained("facebook/vit-mae-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Joao Gante commited on
Commit ·
b7984ad
1
Parent(s): 621ecfe
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:1477d70dc1f3918a2ca7cc3d5b50a604200e940dbdfd45ee0fba8137b1bf1fc0
|
| 3 |
+
size 448073400
|