GodRain commited on
Commit
47587d1
1 Parent(s): 589a3c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -56,4 +56,17 @@ def evaluate(
56
  s = generation_output.sequences
57
  output = tokenizer.batch_decode(s, skip_special_tokens=True)
58
  return output
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  ```
 
56
  s = generation_output.sequences
57
  output = tokenizer.batch_decode(s, skip_special_tokens=True)
58
  return output
59
+ ```
60
+
61
+
62
+ Citiation:
63
+ ```
64
+ @misc{xu2023wizardlm,
65
+ title={WizardLM: Empowering Large Language Models to Follow Complex Instructions},
66
+ author={Can Xu and Qingfeng Sun and Kai Zheng and Xiubo Geng and Pu Zhao and Jiazhan Feng and Chongyang Tao and Daxin Jiang},
67
+ year={2023},
68
+ eprint={2304.12244},
69
+ archivePrefix={arXiv},
70
+ primaryClass={cs.CL}
71
+ }
72
  ```