Transformers
Safetensors
Inference Endpoints
TheBug95 commited on
Commit
662c265
1 Parent(s): 77da60c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -5
README.md CHANGED
@@ -101,8 +101,39 @@ print(respuesta)
101
 
102
 
103
  # Referencias
104
- 1- MS MARCO Dataset: MS MARCO
105
- 2- QLoRA Paper: QLoRA: Efficient Finetuning of Quantized LLMs
106
- 3- PEFT Library: Hugging Face PEFT Documentation
107
- 4- LoRA Paper: LoRA: Low-Rank Adaptation of Large Language Models
108
- 5- BitsAndBytes Library: bitsandbytes GitHub
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
 
102
 
103
  # Referencias
104
+ 1- **MS MARCO Dataset:**
105
+ @misc{bajaj2018msmarcohumangenerated,
106
+ title={MS MARCO: A Human Generated MAchine Reading COmprehension Dataset},
107
+ author={Payal Bajaj and Daniel Campos and Nick Craswell and Li Deng and Jianfeng Gao and Xiaodong Liu and Rangan Majumder and Andrew McNamara and Bhaskar Mitra and Tri Nguyen and Mir Rosenberg and Xia Song and Alina Stoica and Saurabh Tiwary and Tong Wang},
108
+ year={2018},
109
+ eprint={1611.09268},
110
+ archivePrefix={arXiv},
111
+ primaryClass={cs.CL},
112
+ url={https://arxiv.org/abs/1611.09268},
113
+ }
114
+
115
+ 2- **QLoRA Paper:**
116
+ @misc{dettmers2023qloraefficientfinetuningquantized,
117
+ title={QLoRA: Efficient Finetuning of Quantized LLMs},
118
+ author={Tim Dettmers and Artidoro Pagnoni and Ari Holtzman and Luke Zettlemoyer},
119
+ year={2023},
120
+ eprint={2305.14314},
121
+ archivePrefix={arXiv},
122
+ primaryClass={cs.LG},
123
+ url={https://arxiv.org/abs/2305.14314},
124
+ }
125
+
126
+ 3- [**PEFT Library:**](https://huggingface.co/docs/peft/index)
127
+
128
+ 4- **LoRA Paper:**
129
+ @misc{hu2021loralowrankadaptationlarge,
130
+ title={LoRA: Low-Rank Adaptation of Large Language Models},
131
+ 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},
132
+ year={2021},
133
+ eprint={2106.09685},
134
+ archivePrefix={arXiv},
135
+ primaryClass={cs.CL},
136
+ url={https://arxiv.org/abs/2106.09685},
137
+ }
138
+
139
+ 5- [**BitsAndBytes Library:** ](https://github.com/bitsandbytes-foundation/bitsandbytes)