Update README.md
Browse files
README.md
CHANGED
|
@@ -131,4 +131,17 @@ def generate(
|
|
| 131 |
|
| 132 |
instruction = "Design a class for representing a person in Python."
|
| 133 |
print(generate(instruction))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 134 |
```
|
|
|
|
| 131 |
|
| 132 |
instruction = "Design a class for representing a person in Python."
|
| 133 |
print(generate(instruction))
|
| 134 |
+
```
|
| 135 |
+
|
| 136 |
+
|
| 137 |
+
### Citation
|
| 138 |
+
```
|
| 139 |
+
@misc {manuel_romero_2023,
|
| 140 |
+
author = { {Manuel Romero} },
|
| 141 |
+
title = { phi-2-coder (Revision 4ae69ae) },
|
| 142 |
+
year = 2023,
|
| 143 |
+
url = { https://huggingface.co/mrm8488/phi-2-coder },
|
| 144 |
+
doi = { 10.57967/hf/1518 },
|
| 145 |
+
publisher = { Hugging Face }
|
| 146 |
+
}
|
| 147 |
```
|