Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
# etri-xainlp/llama3-8b-dpo_v1
|
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-8b-hf](https://huggingface.co/meta-llama/Meta-Llama-3-8B)
|
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.
|