BK-Lee nielsr HF staff commited on
Commit
53cc680
1 Parent(s): 1375af5

Add link to paper, pipeline tag (#7)

Browse files

- Add link to paper, pipeline tag (3943a11756a5d3926cc518e0de20c7212f836204)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

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.