zhangfaen commited on
Commit
3317dfa
·
verified ·
1 Parent(s): 43c67a8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -0
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
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/_mLpMwsav5eMeNcZdrIQl.png)