AndrewZeng commited on
Commit
8cba5f8
1 Parent(s): 5d5b333

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -86,4 +86,18 @@ The following hyperparameters were used during fine tuning:
86
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
87
  - lr_scheduler_type: linear
88
  - lr_scheduler_warmup_ratio: 0.1
89
- - num_epochs: 3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
87
  - lr_scheduler_type: linear
88
  - lr_scheduler_warmup_ratio: 0.1
89
+ - num_epochs: 3.0
90
+
91
+ ## Citation
92
+ If you find the content of this project helpful, please cite our paper as follows:
93
+
94
+ ```
95
+ @misc{liu2023what,
96
+ title={What Makes Good Data for Alignment? A Comprehensive Study of Automatic Data Selection in Instruction Tuning},
97
+ author={Wei Liu and Weihao Zeng and Keqing He and Yong Jiang and Junxian He},
98
+ year={2023},
99
+ eprint={2312.15685},
100
+ archivePrefix={arXiv},
101
+ primaryClass={cs.CL}
102
+ }
103
+ ```