Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: llama3
|
4 |
+
license_link: LICENSE
|
5 |
+
library_name: transformers
|
6 |
+
base_model: meta-llama/Meta-Llama-3-8B-Instruct
|
7 |
+
datasets:
|
8 |
+
- hiyouga/DPO-En-Zh-20k
|
9 |
+
language:
|
10 |
+
- en
|
11 |
+
- zh
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
tags:
|
14 |
+
- llama-factory
|
15 |
+
- orpo
|
16 |
+
---
|
17 |
+
|
18 |
+
Source Model: https://huggingface.co/shenzhi-wang/Llama3-8B-Chinese-Chat
|