Update README.md
Browse files
README.md
CHANGED
@@ -117,4 +117,16 @@ context = human
|
|
117 |
|
118 |
solution = generate(context)
|
119 |
print(solution)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
```
|
|
|
117 |
|
118 |
solution = generate(context)
|
119 |
print(solution)
|
120 |
+
```
|
121 |
+
|
122 |
+
## Citation
|
123 |
+
```bibtext
|
124 |
+
@misc {manuel_romero_2024,
|
125 |
+
author = { {Manuel Romero} },
|
126 |
+
title = { mistral-7b-ft-AgentInstruct (Revision 463b96d) },
|
127 |
+
year = 2024,
|
128 |
+
url = { https://huggingface.co/mrm8488/mistral-7b-ft-AgentInstruct },
|
129 |
+
doi = { 10.57967/hf/1650 },
|
130 |
+
publisher = { Hugging Face }
|
131 |
+
}
|
132 |
```
|