Update README.md
Browse files
README.md
CHANGED
|
@@ -142,4 +142,13 @@ print(generate(instruction))
|
|
| 142 |
|
| 143 |
### Citation
|
| 144 |
|
| 145 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
|
| 143 |
### Citation
|
| 144 |
|
| 145 |
+
```bibtex
|
| 146 |
+
@misc {maisa_ai_2024,
|
| 147 |
+
author = { {MAISA AI} },
|
| 148 |
+
title = { gemma-2b-coder (Revision e5e4e5b) },
|
| 149 |
+
year = 2024,
|
| 150 |
+
url = { https://huggingface.co/MAISAAI/gemma-2b-coder },
|
| 151 |
+
doi = { 10.57967/hf/2208 },
|
| 152 |
+
publisher = { Hugging Face }
|
| 153 |
+
}
|
| 154 |
+
```
|