mrm8488 commited on
Commit
d2414e7
1 Parent(s): 5358462

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -49,6 +49,18 @@ fn main(req: Request) -> Result<Response, Error> {
49
  complete_code(code_prompt)
50
  ```
51
 
 
 
 
 
 
 
 
 
 
 
 
 
52
 
53
 
54
 
 
49
  complete_code(code_prompt)
50
  ```
51
 
52
+ ## Citation
53
+ ```
54
+ @misc {manuel_romero_2022,
55
+ author = { {Manuel Romero} },
56
+ title = { bloom-560m-finetuned-the-stack-rust (Revision 5358462) },
57
+ year = 2022,
58
+ url = { https://huggingface.co/mrm8488/bloom-560m-finetuned-the-stack-rust },
59
+ doi = { 10.57967/hf/0236 },
60
+ publisher = { Hugging Face }
61
+ }
62
+ ```
63
+
64
 
65
 
66