Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- facebook/dinov2-small
|
5 |
+
---
|
6 |
+
|
7 |
+
# dinov2-small, JAX/Flax port.
|
8 |
+
I implemented Dinov2 in JAX for TPU inference, and converted the pretrained weights to JAX.
|
9 |
+
[Model code here](https://github.com/kelechi-c/snowpark/blob/main/dino_v2_jax/dinov2.py).
|
10 |
+
Only thing here is the pickle file for the converted pytree/state dict or weights.
|