Update README.md
Browse files
README.md
CHANGED
@@ -182,6 +182,10 @@ for question, response in zip(questions, responses):
|
|
182 |
print(f'Assistant: {response}')
|
183 |
```
|
184 |
|
|
|
|
|
|
|
|
|
185 |
## Citation
|
186 |
|
187 |
If you find this project useful in your research, please consider citing:
|
@@ -199,12 +203,4 @@ If you find this project useful in your research, please consider citing:
|
|
199 |
journal={arXiv preprint arXiv:2404.16821},
|
200 |
year={2024}
|
201 |
}
|
202 |
-
```
|
203 |
-
|
204 |
-
## License
|
205 |
-
|
206 |
-
This project is released under the MIT license.
|
207 |
-
|
208 |
-
## Acknowledgement
|
209 |
-
|
210 |
-
InternVL is built with reference to the code of the following projects: [OpenAI CLIP](https://github.com/openai/CLIP), [Open CLIP](https://github.com/mlfoundations/open_clip), [CLIP Benchmark](https://github.com/LAION-AI/CLIP_benchmark), [EVA](https://github.com/baaivision/EVA/tree/master), [InternImage](https://github.com/OpenGVLab/InternImage), [ViT-Adapter](https://github.com/czczup/ViT-Adapter), [MMSegmentation](https://github.com/open-mmlab/mmsegmentation), [Transformers](https://github.com/huggingface/transformers), [DINOv2](https://github.com/facebookresearch/dinov2), [BLIP-2](https://github.com/salesforce/LAVIS/tree/main/projects/blip2), [Qwen-VL](https://github.com/QwenLM/Qwen-VL/tree/master/eval_mm), and [LLaVA-1.5](https://github.com/haotian-liu/LLaVA). Thanks for their awesome work!
|
|
|
182 |
print(f'Assistant: {response}')
|
183 |
```
|
184 |
|
185 |
+
## License
|
186 |
+
|
187 |
+
This project is released under the MIT license.
|
188 |
+
|
189 |
## Citation
|
190 |
|
191 |
If you find this project useful in your research, please consider citing:
|
|
|
203 |
journal={arXiv preprint arXiv:2404.16821},
|
204 |
year={2024}
|
205 |
}
|
206 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|