Remove the final Citations section from README

#9
by leyili6666 - opened
Files changed (1) hide show
  1. README.md +0 -24
README.md CHANGED
@@ -110,27 +110,3 @@ The release was validated with the following environment.
110
  | Datasets | 4.8.4 |
111
  | Tokenizers | 0.23.2 |
112
  | Accelerate | 1.14.0 |
113
-
114
- ## Citations
115
-
116
- The training framework is [ms-swift](https://github.com/modelscope/ms-swift), and adapter training uses [LoRA](https://arxiv.org/abs/2106.09685).
117
-
118
- ```bibtex
119
- @misc{zhao2024swift,
120
- title = {SWIFT: A Scalable lightWeight Infrastructure for Fine-Tuning},
121
- author = {Yuze Zhao and others},
122
- year = {2024},
123
- eprint = {2408.05517},
124
- archivePrefix = {arXiv},
125
- url = {https://arxiv.org/abs/2408.05517}
126
- }
127
-
128
- @misc{hu2021lora,
129
- title = {LoRA: Low-Rank Adaptation of Large Language Models},
130
- author = {Edward J. Hu and Yelong Shen and Phillip Wallis and Zeyuan Allen-Zhu and Yuanzhi Li and Shean Wang and Lu Wang and Weizhu Chen},
131
- year = {2021},
132
- eprint = {2106.09685},
133
- archivePrefix = {arXiv},
134
- url = {https://arxiv.org/abs/2106.09685}
135
- }
136
- ```
 
110
  | Datasets | 4.8.4 |
111
  | Tokenizers | 0.23.2 |
112
  | Accelerate | 1.14.0 |