nielsr HF staff commited on
Commit
3943a11
1 Parent(s): 1375af5

Add link to paper, pipeline tag

Browse files

This 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.

Files changed (1) hide show
  1. README.md +5 -0
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.