Update model config and README
Browse files- README.md +1 -1
- config.json +1 -1
README.md
CHANGED
|
@@ -11,7 +11,7 @@ license_link: https://ai.meta.com/resources/models-and-libraries/dinov3-license
|
|
| 11 |
datasets:
|
| 12 |
- lvd-1689m
|
| 13 |
---
|
| 14 |
-
# Model card for vit_small_plus_patch16_dinov3_qkvb.
|
| 15 |
|
| 16 |
A DINOv3 ViT model image feature encoder. Distilled on LVD-1689M from the DINOv3 ViT-7B model.
|
| 17 |
|
|
|
|
| 11 |
datasets:
|
| 12 |
- lvd-1689m
|
| 13 |
---
|
| 14 |
+
# Model card for vit_small_plus_patch16_dinov3_qkvb.lvd1689m
|
| 15 |
|
| 16 |
A DINOv3 ViT model image feature encoder. Distilled on LVD-1689M from the DINOv3 ViT-7B model.
|
| 17 |
|
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"num_features": 384,
|
| 5 |
"global_pool": "avg",
|
| 6 |
"pretrained_cfg": {
|
| 7 |
-
"tag": "
|
| 8 |
"custom_load": false,
|
| 9 |
"input_size": [
|
| 10 |
3,
|
|
|
|
| 4 |
"num_features": 384,
|
| 5 |
"global_pool": "avg",
|
| 6 |
"pretrained_cfg": {
|
| 7 |
+
"tag": "lvd1689m",
|
| 8 |
"custom_load": false,
|
| 9 |
"input_size": [
|
| 10 |
3,
|