Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
# InternVL2-1B checkpoint
|
4 |
+
|
5 |
+
The file "model.safetensors" is a copy of https://huggingface.co/OpenGVLab/InternVL2-1B/blob/main/model.safetensors
|
6 |
+
For detailed info about this model, please refer to https://huggingface.co/OpenGVLab/InternVL2-1B
|
7 |
+
|
8 |
+
```bash
|
9 |
+
%pip install 'huggingface_hub[cli,torch]'
|
10 |
+
|
11 |
+
%huggingface-cli download zhangfaen/InternVL2-1B-checkpoint model.safetensors --local-dir model/
|
12 |
+
|
13 |
+
%sha256sum model.safetensors
|
14 |
+
9420916a7fab7d2009f7907cdffa341c9cb6be7c5e0cf4ee193de16fde647dea
|
15 |
+
```
|
16 |
+
|
17 |
+

|