pszemraj commited on
Commit
3092bf8
1 Parent(s): 9435da2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -93,10 +93,11 @@ pipeline_tag: text2text-generation
93
 
94
  # bart-base-open-instructiongen-v1
95
 
96
-
97
  Instead of generating questions from text, generate instructions for LLMs!
98
 
99
- Check out a [basic demo on Spaces](https://huggingface.co/spaces/pszemraj/generate-instructions). You can find other models fine-tuned for instruction generation by [searching for the instructiongen tag](https://huggingface.co/models?other=instructiongen).
 
 
100
 
101
  ## Model description
102
 
 
93
 
94
  # bart-base-open-instructiongen-v1
95
 
 
96
  Instead of generating questions from text, generate instructions for LLMs!
97
 
98
+ - Check out a [basic demo on Spaces](https://huggingface.co/spaces/pszemraj/generate-instructions)
99
+ - An example of how to use instructiongen models in a CLI script can be found [here](https://gist.github.com/pszemraj/8b0213e700763106074d3ac15d041c14)
100
+ - You can find other models fine-tuned for instruction generation by [searching for the instructiongen tag](https://huggingface.co/models?other=instructiongen)
101
 
102
  ## Model description
103