File size: 958 Bytes
310ff09 703e38f 310ff09 703e38f 89bbb3f 703e38f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
license: apache-2.0
datasets:
- tabtoyou/KoLLaVA-Instruct-150k
- tabtoyou/KoLLaVA-CC3M-Pretrain-595K
language:
- ko
library_name: transformers
tags:
- LLaVA
- KoVicuna
- KoLLaVA
- KoAlpaca
---
# KoLLaVA : Korean Large Language and Vision Assistant (feat. LLaVA)
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).
Detail codes are available at [KoLLaVA github repository](https://github.com/tabtoyou/KoLLaVA)
### Training hyperparameters
* learning rate : 2e-5
* train_batch_size: 16
* distributed_type: multi-GPU (A100 80G)
* num_devices: 4
* gradient_accumulation_steps: 1
* total_train_batch_size: 64
* total_eval_batch_size: 16
* lr_scheduler_type: cosine
* num_epochs: 1 |