tiberiu44 commited on
Commit
af3b3f8
1 Parent(s): 44524f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -71,3 +71,32 @@ pipeline = transformers.pipeline(
71
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
72
  print(outputs[0]["generated_text"])
73
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
72
  print(outputs[0]["generated_text"])
73
  ```
74
+
75
+ ## Citation
76
+
77
+ If you are using this model in your research and publishing a paper, please help by citing our paper:
78
+
79
+ **BIB**
80
+
81
+ @inproceedings{syvokon-etal-2024-shared,
82
+ title = "Fine-tuning and Retrieval Augmented Generation for Question Answering using affordable Large Language Models",
83
+ author = "Boros, Tiberiu and Chivereanu, Radu and Dumitrescu, Stefan Daniel and Purcaru, Octavian",
84
+ booktitle = "Proceedings of the Third Ukrainian Natural Language Processing Workshop, LREC-COLING",
85
+ month = may,
86
+ year = "2024",
87
+ address = "Torino, Italy",
88
+ publisher = "European Language Resources Association",
89
+ }
90
+
91
+ **APA**
92
+
93
+ Boros, T., Chivereanu, R., Dumitrescu, S., & Purcaru, O. (2024). Fine-tuning and Retrieval Augmented Generation for Question Answering using affordable Large Language Models. In Proceedings of the Third Ukrainian Natural Language Processing Workshop, LREC-COLING. European Language Resources Association.
94
+
95
+ **MLA**
96
+
97
+ Boros, Tiberiu, Radu, Chivereanu, Stefan Daniel, Dumitrescu, Octavian, Purcaru. "Fine-tuning and Retrieval Augmented Generation for Question Answering using affordable Large Language Models." Proceedings of the Third Ukrainian Natural Language Processing Workshop, LREC-COLING. European Language Resources Association, 2024.
98
+
99
+ **Chicago**
100
+
101
+ Boros, Tiberiu, Radu, Chivereanu, Stefan Daniel, Dumitrescu, and Octavian, Purcaru. "Fine-tuning and Retrieval Augmented Generation for Question Answering using affordable Large Language Models." . In Proceedings of the Third Ukrainian Natural Language Processing Workshop, LREC-COLING. European Language Resources Association, 2024.
102
+