update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: mit
|
|
3 |
base_model:
|
4 |
- OpenGVLab/InternViT-300M-448px
|
5 |
- internlm/internlm2_5-7b-chat
|
6 |
-
|
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 |
-
##
|
|
|
|
|
|
|
|
|
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 |
|