Instructions to use Raghavan/beit3_base_patch16_224_in1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Raghavan/beit3_base_patch16_224_in1k with Transformers:
# Load model directly from transformers import Beit3ForImageClassification model = Beit3ForImageClassification.from_pretrained("Raghavan/beit3_base_patch16_224_in1k", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbdb3e7fd1b63931bdf2f12448dad339c92eeb3ec96ee01f86887a2f5bfcda9f
|
| 3 |
+
size 887079344
|