Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- ko
|
5 |
+
---
|
6 |
+
### Base Model:
|
7 |
+
We made a LLM model with tabtoyou/KoLLaVA-v1.5-Synatra-7b (mistral)
|
8 |
+
|
9 |
+
### Model Description
|
10 |
+
We use LoRA(r=128, alpha=256), lr=2e-5, mm_projector_lr = 0
|
11 |
+
|
12 |
+
### Train Detail
|
13 |
+
CCTV image data(w/ BBox) used, and 30 epoch train
|
14 |
+
|
15 |
+
### Others
|
16 |
+
We are making Multi-modal LLM model for Kolon !
|