Text Generation
Transformers
PyTorch
llama
text-generation-inference
soujanyaporia commited on
Commit
d12029e
·
1 Parent(s): d4184d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -79,4 +79,19 @@ The following table presents the writing performance of Flacuna on the IMPACT da
79
  git clone https://huggingface.co/declare-lab/flacuna-13b-v1.0
80
  cd flacuna-13b-v1.0
81
  python flacuna.py
82
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  git clone https://huggingface.co/declare-lab/flacuna-13b-v1.0
80
  cd flacuna-13b-v1.0
81
  python flacuna.py
82
+ ```
83
+ ## Training or Fine-tuning Flacuna
84
+
85
+ The trainer codes are available here: [https://github.com/declare-lab/flacuna](https://github.com/declare-lab/flacuna).
86
+
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
+ ```