Text Generation
Transformers
PyTorch
llama
text-generation-inference
Inference Endpoints
soujanyaporia commited on
Commit
4a6b0f6
·
1 Parent(s): 23f1600

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -87,11 +87,12 @@ The trainer codes are available here: [https://github.com/declare-lab/flacuna](h
87
  ## Citation
88
 
89
  ```bibtex
90
- @article{ghosal2023flacuna,
91
- title={Flacuna: Unleashing the Problem Solving Power of Vicuna using FLAN Fine-Tuning},
92
- author={Ghosal, Deepanway and Chia, Yew Ken and Majumder, Navonil and Poria, Soujanya},
93
- journal={arXiv preprint arXiv:2307},
94
- year={2023},
95
- month={July},
 
96
  }
97
  ```
 
87
  ## Citation
88
 
89
  ```bibtex
90
+ @misc{ghosal2023flacuna,
91
+ title={Flacuna: Unleashing the Problem Solving Power of Vicuna using FLAN Fine-Tuning},
92
+ author={Deepanway Ghosal and Yew Ken Chia and Navonil Majumder and Soujanya Poria},
93
+ year={2023},
94
+ eprint={2307.02053},
95
+ archivePrefix={arXiv},
96
+ primaryClass={cs.CL}
97
  }
98
  ```