hiyouga commited on
Commit
893dd34
1 Parent(s): 444e414

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
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!