Update README.md (#1)
Browse files- Update README.md (893dd34b230e0035926796338aba012d851c6e31)
Co-authored-by: Yaowei Zheng <hiyouga@users.noreply.huggingface.co>
README.md
CHANGED
@@ -2,6 +2,17 @@
|
|
2 |
license: other
|
3 |
license_name: llama3
|
4 |
license_link: LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# 1. Introduction
|
@@ -35,6 +46,7 @@ To reproduce:
|
|
35 |
|
36 |
```bash
|
37 |
git clone https://github.com/hiyouga/LLaMA-Factory.git
|
|
|
38 |
|
39 |
cd LLaMA-Factory
|
40 |
|
@@ -320,4 +332,4 @@ int main() {
|
|
320 |
|
321 |
# 3. Acknowledgment
|
322 |
|
323 |
-
Thanks very much for [Yaowei Zheng](https://github.com/hiyouga)'s assistance during training!
|
|
|
2 |
license: other
|
3 |
license_name: llama3
|
4 |
license_link: LICENSE
|
5 |
+
library_name: transformers
|
6 |
+
base_model: meta-llama/Meta-Llama-3-8B
|
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 |
# 1. Introduction
|
|
|
46 |
|
47 |
```bash
|
48 |
git clone https://github.com/hiyouga/LLaMA-Factory.git
|
49 |
+
git reset --hard 836ca0558698206bbf4e3b92533ad9f67c9f9864
|
50 |
|
51 |
cd LLaMA-Factory
|
52 |
|
|
|
332 |
|
333 |
# 3. Acknowledgment
|
334 |
|
335 |
+
Thanks very much for [Yaowei Zheng](https://github.com/hiyouga)'s assistance during training!
|