Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- ko
|
5 |
+
- en
|
6 |
+
---
|
7 |
+
## Base Model:
|
8 |
+
We made a LLM model with meta-llama/Meta-Llama-3-8B
|
9 |
+
|
10 |
+
## Model Description
|
11 |
+
We use QDoRA(256, 64) and lr=1e-5, NEFTune=3
|
12 |
+
|
13 |
+
## Train Detail
|
14 |
+
Our changed private data used, and 5 epoch train
|
15 |
+
|
16 |
+
## Others
|
17 |
+
We are making LLM model for Kolon !
|