Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
|
4 |
+
language:
|
5 |
+
- ko
|
6 |
+
library_name: transformers
|
7 |
+
tags:
|
8 |
+
- LLaVA
|
9 |
+
- KoLLaVA
|
10 |
+
- Synatra
|
11 |
+
- CLIP
|
12 |
---
|
13 |
+
|
14 |
+
# KoLLaVA : Korean Large Language and Vision Assistant (feat. LLaVA)
|
15 |
+
This model is a large multimodal model (LMM) that combines the LLM([Synatra](https://huggingface.co/maywell/Synatra-7B-v0.3-dpo)) with visual encoder of CLIP([clip-vit-large-patch14-336
|
16 |
+
](https://huggingface.co/openai/clip-vit-large-patch14-336)), trained on [Korean visual-instruction dataset](https://huggingface.co/datasets/tabtoyou/KoLLaVA-Instruct-612k).
|
17 |
+
|
18 |
+
Detail codes are available at [KoLLaVA github repository](https://github.com/tabtoyou/KoLLaVA)
|
19 |
+
|
20 |
+
# **License**
|
21 |
+
|
22 |
+
This model is strictly [*non-commercial*](https://creativecommons.org/licenses/by-sa/4.0/) (**cc-by-sa-4.0**) use, Under **5K MAU**
|
23 |
+
The "Model" is completely free (ie. base model, derivates, merges/mixes) to use for non-commercial purposes as long as the the included **cc-by-sa-4.0** license in any parent repository, and the non-commercial use statute remains, regardless of other models' licences.
|
24 |
+
If your service has over **5K MAU** contact me for license approval.
|