Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,18 @@ language:
|
|
| 4 |
library_name: transformers
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
license: apache-2.0
|
| 7 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
library_name: transformers
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
license: apache-2.0
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
**Input** Models input text only.
|
| 11 |
+
|
| 12 |
+
**Output** Models generate text only.
|
| 13 |
+
|
| 14 |
+
**Model Architecture**
|
| 15 |
+
Auto-regressive language model based on the LLaMA2 transformer architecture.
|
| 16 |
+
|
| 17 |
+
**Base Model**
|
| 18 |
+
hyunseoki/ko-en-llama2-13b
|
| 19 |
+
|
| 20 |
+
**Training Objective**
|
| 21 |
+
instruction finetuned the model with several dataset.
|