Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- dino
|
| 6 |
+
- dinov3
|
| 7 |
+
license: other
|
| 8 |
+
license_name: dinov3-license
|
| 9 |
+
license_link: https://ai.meta.com/resources/models-and-libraries/dinov3-license
|
| 10 |
+
pipeline_tag: image-feature-extraction
|
| 11 |
+
library_name: transformers.js
|
| 12 |
+
base_model:
|
| 13 |
+
- facebook/dinov3-convnext-tiny-pretrain-lvd1689m
|
| 14 |
+
---
|