crumb commited on
Commit
8404aa1
1 Parent(s): a61be0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
9
  - instruct
10
  - alpaca
11
  ---
12
- This is a base instruct model without any chat finetuning or reinforcement learning to mitigate safety concerns. Check out the "files and versions" tab of this repository for an example of inference, "Instruct_GPT_J_Gradio_Demo.ipynb"
13
 
14
  This is a little convoluted but if you'd like to use the model as a chatbot, you can first run the gradio demo, and then use the api provided to create a simple loop, I provide "chat-aurora.py" for this purpose, it's usage is as follows.
15
  - Run the gradio demo.
 
9
  - instruct
10
  - alpaca
11
  ---
12
+ This is a base instruct model without any chat finetuning or reinforcement learning to mitigate safety concerns. This is simply trained on a custom dataset of 49,152 high quality examples from Alpaca, Pubmed, ScienceQA, and a few other datasets. Check out the "files and versions" tab of this repository for an example of inference, "Instruct_GPT_J_Gradio_Demo.ipynb"
13
 
14
  This is a little convoluted but if you'd like to use the model as a chatbot, you can first run the gradio demo, and then use the api provided to create a simple loop, I provide "chat-aurora.py" for this purpose, it's usage is as follows.
15
  - Run the gradio demo.