Link model to paper, add model card
Browse filesThis PR links the model to [CoLLaVO: Crayon Large Language and Vision mOdel](https://huggingface.co/papers/2402.11248), and adds the appropriate pipeline tag
README.md
CHANGED
@@ -1,7 +1,16 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
---
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
### Simple running code is based on [CoLLaVO-Github](https://github.com/ByungKwanLee/CoLLaVO).
|
6 |
|
7 |
You need only the following seven steps.
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: image-text-to-text
|
4 |
---
|
5 |
|
6 |
+
## CoLLaVO model
|
7 |
+
|
8 |
+
This repository contains the weights of the model presented in [CoLLaVO: Crayon Large Language and Vision mOdel](https://huggingface.co/papers/2402.11248).
|
9 |
+
|
10 |
+
### Simple running code is based on [MoAI-Github](https://github.com/ByungKwanLee/MoAI).
|
11 |
+
|
12 |
+
You need only the following seven steps.
|
13 |
+
|
14 |
### Simple running code is based on [CoLLaVO-Github](https://github.com/ByungKwanLee/CoLLaVO).
|
15 |
|
16 |
You need only the following seven steps.
|