Instructions to use zeromodels/vit_tiny_patch16_224_augreg_in21k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasFormers
How to use zeromodels/vit_tiny_patch16_224_augreg_in21k with KerasFormers:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Keras
How to use zeromodels/vit_tiny_patch16_224_augreg_in21k with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://zeromodels/vit_tiny_patch16_224_augreg_in21k") - Notebooks
- Google Colab
- Kaggle
Normalize framework tags
Browse files
README.md
CHANGED
|
@@ -4,10 +4,13 @@ license: apache-2.0
|
|
| 4 |
base_model: timm/vit_tiny_patch16_224.augreg_in21k
|
| 5 |
library_name: kerasformers
|
| 6 |
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# vit_tiny_patch16_224_augreg_in21k
|
|
|
|
| 4 |
base_model: timm/vit_tiny_patch16_224.augreg_in21k
|
| 5 |
library_name: kerasformers
|
| 6 |
tags:
|
| 7 |
+
- keras
|
| 8 |
+
- kerasformers
|
| 9 |
+
- image-classification
|
| 10 |
+
- vit
|
| 11 |
+
- pytorch
|
| 12 |
+
- jax
|
| 13 |
+
- tf
|
| 14 |
---
|
| 15 |
|
| 16 |
# vit_tiny_patch16_224_augreg_in21k
|