Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/githubuseraccountamazing/neoprompt
a bash script to allow the user to easily type and/or paste text with an arbitrary number of lines to be used as prompts for gpt-neox 20B
https://github.com/githubuseraccountamazing/neoprompt
ai bash gpt-neox gpt-neox-20b machine-learning
Last synced: 1 day ago
JSON representation
a bash script to allow the user to easily type and/or paste text with an arbitrary number of lines to be used as prompts for gpt-neox 20B
- Host: GitHub
- URL: https://github.com/githubuseraccountamazing/neoprompt
- Owner: GithubUserAccountAmazing
- Created: 2022-09-17T00:15:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T03:00:26.000Z (about 2 years ago)
- Last Synced: 2024-09-11T19:51:30.085Z (2 months ago)
- Topics: ai, bash, gpt-neox, gpt-neox-20b, machine-learning
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neoPrompt
a bash script to allow the user to easily type and/or paste text with an arbitrary number of lines to be used as prompts for gpt-neox 20B8/05/2022 - neoPrompt
A bash script to allow a user to type and/or copy and paste large
amounts of text (single or multiple lines) to be used as prompts
for gpt-neox 20B : https://github.com/EleutherAI/gpt-neoxA while true loop allows user to continuously paste
in new text after each output.-------------------------------------------------------------------------------
9/19/2022 - prompt variables & conda (and more comments)
Added an initial 'proof of concept' for the script to show how
prompt variables may be used to generate better outputs.As of now, starting your prompt with "#Q" will define your prompt
as a question and will start the prompt with with the text:
"Trending Question: " and end it with "Top Rated Answer: "This will allow for easier question based prompting.
This specific prompt variable may change and/or new prompt
variables will be added if and when better prompting methods
are discovered.Incorporated conda environment into script for ease of use.
My neox conda environment list can now be found in the neoPrompt repositorymore comments have been added to explain certain lines :)