Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 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 |
+
|
| 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 |
+
testmod/koen-llama2-13b-avg_testver
|
| 19 |
+
|
| 20 |
+
**Training Objective**
|
| 21 |
+
dpo trained with chosen/rejected pair datasets.
|