leyili6666 commited on
Commit
e1a0603
·
verified ·
1 Parent(s): cc2d966

Remove the final Citations section from README

Browse files

Remove the trailing Citations heading, explanatory sentence, and BibTeX entries. Preserve all preceding README content.

Files changed (1) hide show
  1. README.md +0 -24
README.md CHANGED
@@ -108,27 +108,3 @@ The release was validated with the following environment.
108
  | Datasets | 4.8.4 |
109
  | Tokenizers | 0.23.2 |
110
  | Accelerate | 1.14.0 |
111
-
112
- ## Citations
113
-
114
- The training framework is [ms-swift](https://github.com/modelscope/ms-swift), and adapter training uses [LoRA](https://arxiv.org/abs/2106.09685).
115
-
116
- ```bibtex
117
- @misc{zhao2024swift,
118
- title = {SWIFT: A Scalable lightWeight Infrastructure for Fine-Tuning},
119
- author = {Yuze Zhao and others},
120
- year = {2024},
121
- eprint = {2408.05517},
122
- archivePrefix = {arXiv},
123
- url = {https://arxiv.org/abs/2408.05517}
124
- }
125
-
126
- @misc{hu2021lora,
127
- title = {LoRA: Low-Rank Adaptation of Large Language Models},
128
- 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},
129
- year = {2021},
130
- eprint = {2106.09685},
131
- archivePrefix = {arXiv},
132
- url = {https://arxiv.org/abs/2106.09685}
133
- }
134
- ```
 
108
  | Datasets | 4.8.4 |
109
  | Tokenizers | 0.23.2 |
110
  | Accelerate | 1.14.0 |