DINO V1,V2,V3
Collection
15 items • Updated
How to use kerasformers/dinov3_convnext_base 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
How to use kerasformers/dinov3_convnext_base with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://kerasformers/dinov3_convnext_base")
Pure-Keras 3 conversion of facebook/dinov3-convnext-base-pretrain-lvd1689m (DINOv3) for kerasformers.
Distributed under the DINOv3 License (a copy is included in LICENSE; see also the source terms). This work uses the DINO Materials provided by Meta; redistribution is under the same terms.
from kerasformers.models.dino_v3 import DinoV3ConvNeXtModel
model = DinoV3ConvNeXtModel.from_weights("dinov3_convnext_base")
Base model
facebook/dinov3-vit7b16-pretrain-lvd1689m