Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ Previous methods largely rely on in-context approaches to generate instructions,
|
|
| 17 |
Inspired by this, we took this approach further by grounding the generations in user-provided context passages.
|
| 18 |
Further, the model is trained to generate questions involving complex scenarios that require detailed reasoning, allowing for models trained on the generated data to reason step-by-step.
|
| 19 |
|
| 20 |
-
An example notebook is provided [here](https://
|
| 21 |
|
| 22 |
Alternatively, here's a minimal example:
|
| 23 |
```
|
|
|
|
| 17 |
Inspired by this, we took this approach further by grounding the generations in user-provided context passages.
|
| 18 |
Further, the model is trained to generate questions involving complex scenarios that require detailed reasoning, allowing for models trained on the generated data to reason step-by-step.
|
| 19 |
|
| 20 |
+
An example notebook is provided [here](https://huggingface.co/NousResearch/Genstruct-7B/blob/main/notebook.ipynb), which details how to load and sample from the model.
|
| 21 |
|
| 22 |
Alternatively, here's a minimal example:
|
| 23 |
```
|