Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
```shell
|
2 |
+
git clone https://github.com/deepglint/unicom
|
3 |
+
cd mlcd
|
4 |
+
|
5 |
+
python
|
6 |
+
>>> from vit_rope2d_hf import MLCDVisionModel
|
7 |
+
>>> model = MLCDVisionModel.from_pretrained("DeepGlint-AI/mlcd-vit-bigG-patch14-224")
|
8 |
+
|
9 |
+
```
|