Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- ko
|
6 |
+
---
|
7 |
+
|
8 |
+
## Base Model:
|
9 |
+
We made a LLM model with yanolja/KoSOLAR-10.7B-v0.3
|
10 |
+
|
11 |
+
## Model Description
|
12 |
+
We use QLoRA(128, 32) and NEFTune on LLM Fine-tuning
|
13 |
+
lr=1e-5
|
14 |
+
|
15 |
+
## Train Detail
|
16 |
+
Our Korean data used, and 1 epoch train
|
17 |
+
|
18 |
+
## Others
|
19 |
+
We are making LLM model for Kolon !
|