Update README.md
Browse files
README.md
CHANGED
@@ -111,4 +111,15 @@ Edit the following XML code to add a navigation bar to the top of a web page
|
|
111 |
print(generate(instruction))
|
112 |
```
|
113 |
|
114 |
-
### Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
print(generate(instruction))
|
112 |
```
|
113 |
|
114 |
+
### Citation
|
115 |
+
|
116 |
+
```
|
117 |
+
@misc {manuel_romero_2023,
|
118 |
+
author = { {Manuel Romero} },
|
119 |
+
title = { llama-2-coder-7b (Revision d30d193) },
|
120 |
+
year = 2023,
|
121 |
+
url = { https://huggingface.co/mrm8488/llama-2-coder-7b },
|
122 |
+
doi = { 10.57967/hf/0931 },
|
123 |
+
publisher = { Hugging Face }
|
124 |
+
}
|
125 |
+
```
|