Add link to paper, pipeline tag
Browse filesThis PR ensures the model can be viewed from [MoAI: Mixture of All Intelligence for Large Language and Vision Models](https://huggingface.co/papers/2403.07508), and adds a pipeline tag.
README.md
CHANGED
@@ -1,7 +1,12 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
---
|
4 |
|
|
|
|
|
|
|
|
|
5 |
### Simple running code is based on [MoAI-Github](https://github.com/ByungKwanLee/MoAI).
|
6 |
|
7 |
You need only the following seven steps.
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: image-text-to-text
|
4 |
---
|
5 |
|
6 |
+
## MoAI model
|
7 |
+
|
8 |
+
This repository contains the weights of the model presented in [MoAI: Mixture of All Intelligence for Large Language and Vision Models](https://huggingface.co/papers/2403.07508).
|
9 |
+
|
10 |
### Simple running code is based on [MoAI-Github](https://github.com/ByungKwanLee/MoAI).
|
11 |
|
12 |
You need only the following seven steps.
|