tensorkelechi commited on
Commit
4ac6151
·
verified ·
1 Parent(s): 8180024

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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.