Yutian010313
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -48,11 +48,17 @@ tokenizer.save_pretrained(SAVE_PATH)
|
|
48 |
|
49 |
Subsequently, you can deploy using frameworks such as vllm.
|
50 |
|
51 |
-
## Citation
|
52 |
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
|
|
48 |
|
49 |
Subsequently, you can deploy using frameworks such as vllm.
|
50 |
|
51 |
+
## Citation
|
52 |
|
53 |
+
```
|
54 |
+
@article{yu2024autorag,
|
55 |
+
title={Auto-RAG: Autonomous Retrieval-Augmented Generation for Large Language Models},
|
56 |
+
author={Tian Yu and Shaolei Zhang and Yang Feng},
|
57 |
+
year={2024},
|
58 |
+
eprint={2411.19443},
|
59 |
+
archivePrefix={arXiv},
|
60 |
+
primaryClass={cs.CL},
|
61 |
+
url={https://arxiv.org/abs/2411.19443},
|
62 |
+
}
|
63 |
+
```
|
64 |
|