Update README.md
Browse files
README.md
CHANGED
@@ -11,13 +11,14 @@ tags:
|
|
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 |
-
|
|
|
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.
|
|
|
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 |
+
|
21 |
+
## License
|
22 |
|
23 |
This model is strictly [*non-commercial*](https://creativecommons.org/licenses/by-sa/4.0/) (**cc-by-sa-4.0**) use, Under **5K MAU**
|
24 |
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.
|