euclaise commited on
Commit
9a0429a
β€’
1 Parent(s): 4185deb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -17,6 +17,12 @@ 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://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:
 
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
+ | | ChatGPT | Few-shot prompting | RAG | Ada-Instruct | **Genstruct** |
21
+ |:-------------------:|:--------:|:------------------:|:---:|:------------:|:---------:|
22
+ | Open models | ❌ | β˜‘οΈ | β˜‘οΈ | βœ… | βœ… |
23
+ | Grounded generation | ❌ | ❌ | βœ… | ❌ | βœ… |
24
+ | Complex reasoning | βœ… | β˜‘οΈ | ❌ | β˜‘οΈ | βœ… |
25
+
26
  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.
27
 
28
  Alternatively, here's a minimal example: