tabtoyou commited on
Commit
4a2efeb
1 Parent(s): 89bbb3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ tags:
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
 
 
14
  ---
15
 
16
  # KoLLaVA : Korean Large Language and Vision Assistant (feat. LLaVA)
17
+ This model is a large multimodal model (LMM) that combines the LLM([KoVicuna](https://huggingface.co/junelee/ko_vicuna_7b)) with visual encoder of CLIP([ViT-14](https://huggingface.co/openai/clip-vit-large-patch14)), 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