Instructions to use zeromodels/dino-vits8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasFormers
How to use zeromodels/dino-vits8 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/dino-vits8 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/dino-vits8") - Notebooks
- Google Colab
- Kaggle
Rename to official model id; sync variant + links
Browse files- kf_config.json +1 -1
kf_config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"kerasformers_version": "1.2.1",
|
| 4 |
"model_module": "kerasformers.models.dino",
|
| 5 |
"model_class": "DinoViTModel",
|
| 6 |
-
"variant": "
|
| 7 |
"weights": "model.weights.h5",
|
| 8 |
"schema_version": 2,
|
| 9 |
"weight_dtype": "float32",
|
|
|
|
| 3 |
"kerasformers_version": "1.2.1",
|
| 4 |
"model_module": "kerasformers.models.dino",
|
| 5 |
"model_class": "DinoViTModel",
|
| 6 |
+
"variant": "dino-vits8",
|
| 7 |
"weights": "model.weights.h5",
|
| 8 |
"schema_version": 2,
|
| 9 |
"weight_dtype": "float32",
|