AkimfromParis commited on
Commit
93a4bc2
1 Parent(s): d163a6f

Update citation & arxiv

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -62,4 +62,15 @@ pipeline = transformers.pipeline(
62
 
63
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
64
  print(outputs[0]["generated_text"])
65
- ```
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
64
  print(outputs[0]["generated_text"])
65
+ ```
66
+ # Citation
67
+ ```
68
+ @article{goddard2024arcee,
69
+ title={Arcee's MergeKit: A Toolkit for Merging Large Language Models},
70
+ author={Goddard, Charles and Siriwardhana, Shamane and Ehghaghi, Malikeh and Meyers, Luke and Karpukhin, Vlad and Benedict, Brian and McQuade, Mark and Solawetz, Jacob},
71
+ journal={arXiv preprint arXiv:2403.13257},
72
+ year={2024}
73
+ }
74
+ ```
75
+
76
+ arxiv.org/abs/2403.13257