Update README.md
Browse files
README.md
CHANGED
@@ -65,13 +65,13 @@ We used single-turn instructions from MT-Bench as input for Qwen2-1.5B-Instruct
|
|
65 |
If you find our work helpful, please cite it!
|
66 |
|
67 |
```
|
68 |
-
@misc{
|
69 |
-
title={
|
70 |
author={Yuanhao Yue and Chengyu Wang and Jun Huang and Peng Wang},
|
71 |
year={2024},
|
72 |
-
eprint={
|
73 |
archivePrefix={arXiv},
|
74 |
primaryClass={cs.CL},
|
75 |
-
url={https://arxiv.org/abs/
|
76 |
}
|
77 |
```
|
|
|
65 |
If you find our work helpful, please cite it!
|
66 |
|
67 |
```
|
68 |
+
@misc{data-augmentation-family,
|
69 |
+
title={Building a Family of Data Augmentation Models for Low-cost LLM Fine-tuning on the Cloud},
|
70 |
author={Yuanhao Yue and Chengyu Wang and Jun Huang and Peng Wang},
|
71 |
year={2024},
|
72 |
+
eprint={2412.04871},
|
73 |
archivePrefix={arXiv},
|
74 |
primaryClass={cs.CL},
|
75 |
+
url={https://arxiv.org/abs/2412.04871},
|
76 |
}
|
77 |
```
|