Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
4 |
+
# etri-xainlp/kor-llama2-13b-dpo
|
5 |
+
|
6 |
+
## Model Details
|
7 |
+
|
8 |
+
**Model Developers** ETRI xainlp team
|
9 |
+
|
10 |
+
**Input** text only.
|
11 |
+
|
12 |
+
**Output** text only.
|
13 |
+
|
14 |
+
**Model Architecture**
|
15 |
+
|
16 |
+
**Base Model** [meta-llama/Llama-13b-hf](https://huggingface.co/meta-llama/Llama-2-13b-hf)
|
17 |
+
|
18 |
+
**Training Dataset**
|
19 |
+
|
20 |
+
- sft+lora: 1,821 k instruction-following set
|
21 |
+
|
22 |
+
- dpo+lora: 221 k user preference set
|
23 |
+
|
24 |
+
- We use A100 GPU 80GB * 8, when training.
|