Commit
•
dd4513e
1
Parent(s):
7432de2
Update README.md (#2)
Browse files- Update README.md (4fb22f8a499a3fa4a6de35eb4838f6b91e79bacf)
Co-authored-by: WeihaoZeng <AndrewZeng@users.noreply.huggingface.co>
README.md
CHANGED
@@ -107,3 +107,19 @@ The following hyperparameters were used during training:
|
|
107 |
- Pytorch 2.1.0+cu121
|
108 |
- Datasets 2.14.6
|
109 |
- Tokenizers 0.14.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
- Pytorch 2.1.0+cu121
|
108 |
- Datasets 2.14.6
|
109 |
- Tokenizers 0.14.1
|
110 |
+
|
111 |
+
|
112 |
+
## Citation
|
113 |
+
If you find the content of this project helpful, please cite our paper as follows:
|
114 |
+
|
115 |
+
```
|
116 |
+
@misc{liu2023what,
|
117 |
+
title={What Makes Good Data for Alignment? A Comprehensive Study of Automatic Data Selection in Instruction Tuning},
|
118 |
+
author={Wei Liu and Weihao Zeng and Keqing He and Yong Jiang and Junxian He},
|
119 |
+
year={2023},
|
120 |
+
eprint={2312.15685},
|
121 |
+
archivePrefix={arXiv},
|
122 |
+
primaryClass={cs.CL}
|
123 |
+
}
|
124 |
+
```
|
125 |
+
|