Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ko
|
4 |
+
library_name: transformers
|
5 |
+
pipeline_tag: text-generation
|
6 |
license: apache-2.0
|
7 |
---
|
8 |
+
|
9 |
+
**Input** Models input text only.
|
10 |
+
|
11 |
+
**Output** Models generate text only.
|
12 |
+
|
13 |
+
**Model Architecture**
|
14 |
+
KoT-platypus2-7B is an auto-regressive language model based on the LLaMA2 transformer architecture.
|
15 |
+
|
16 |
+
**Base Model**
|
17 |
+
Llama-2-13B
|
18 |
+
|
19 |
+
**Training Dataset**
|
20 |
+
Open dataset wiki and AIhub (English + Korean).
|