Safetensors
internvl_chat
custom_code
geekifan commited on
Commit
42c0999
·
verified ·
1 Parent(s): 2d136d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: mit
 
 
3
  ---
4
 
5
  <div align="center">
@@ -40,4 +42,4 @@ text_emb = encoder.encode_text(text)
40
  print(f'Vision embedding shape: {vision_emb.shape}')
41
  print(f'Text embedding shape: {text_emb.shape}')
42
  print(f'Cosine similarity: {cosine_similarity(vision_emb, text_emb)}')
43
- ```
 
1
  ---
2
  license: mit
3
+ base_model:
4
+ - OpenGVLab/InternVL2-8B
5
  ---
6
 
7
  <div align="center">
 
42
  print(f'Vision embedding shape: {vision_emb.shape}')
43
  print(f'Text embedding shape: {text_emb.shape}')
44
  print(f'Cosine similarity: {cosine_similarity(vision_emb, text_emb)}')
45
+ ```