cyyang822 commited on
Commit
b680eec
1 Parent(s): 3b68028

update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -3,7 +3,7 @@ license: mit
3
  base_model:
4
  - OpenGVLab/InternViT-300M-448px
5
  - internlm/internlm2_5-7b-chat
6
- new_version: OpenGVLab/PVC-InternVL-8B
7
  language:
8
  - multilingual
9
  pipeline_tag: image-text-to-text
@@ -229,7 +229,11 @@ response = model.chat(tokenizer, pixel_values, question, generation_config, data
229
  print(f'User: {question}\nAssistant: {response}')
230
  ```
231
 
232
- ## 🖊️ Citation
 
 
 
 
233
 
234
  If you find this work helpful in your research, please consider citing:
235
 
 
3
  base_model:
4
  - OpenGVLab/InternViT-300M-448px
5
  - internlm/internlm2_5-7b-chat
6
+ base_model_relation: merge
7
  language:
8
  - multilingual
9
  pipeline_tag: image-text-to-text
 
229
  print(f'User: {question}\nAssistant: {response}')
230
  ```
231
 
232
+ ## Evaluation
233
+
234
+ Please refer to our [Github Repo](https://github.com/OpenGVLab/PVC?tab=readme-ov-file#-evaluation).
235
+
236
+ ## Citation
237
 
238
  If you find this work helpful in your research, please consider citing:
239