tabtoyou commited on
Commit
89bbb3f
1 Parent(s): 703e38f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,8 +13,8 @@ tags:
13
  - KoAlpaca
14
  ---
15
 
16
- ## KoLLaVA : Korean Large Language and Vision Assistant (feat. LLaVA)
17
- This model is fine-tuned version of [KoVicuna](https://huggingface.co/junelee/ko_vicuna_7b) on a KoLLaVA Dataset
18
 
19
  Detail codes are available at [KoLLaVA github repository](https://github.com/tabtoyou/KoLLaVA)
20
 
 
13
  - KoAlpaca
14
  ---
15
 
16
+ # KoLLaVA : Korean Large Language and Vision Assistant (feat. LLaVA)
17
+ This model is a large multimodal model (LMM) that combines the visual encoder of CLIP([ViT-14](https://huggingface.co/openai/clip-vit-large-patch14)) with LLM [KoVicuna](https://huggingface.co/junelee/ko_vicuna_7b), trained on [Korean visual-instruction dataset](https://huggingface.co/datasets/tabtoyou/KoLLaVA-Instruct-150k).
18
 
19
  Detail codes are available at [KoLLaVA github repository](https://github.com/tabtoyou/KoLLaVA)
20