Add link to paper, pipeline tag
#7
by
nielsr
HF staff
- opened
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.
|