Skip to content

Reimplementation of the task generation part from the Alpaca paper

License

Notifications You must be signed in to change notification settings

mobarski/alpaca-libre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpaca Libre

Small research project - how much it would cost to create Alpaca-like dataset using slightly different approach. All data byproducts are CC0-licensed.

Remember that developing a model based on data you generated via model API might violate the terms of service of the model API provider.

Usage

  1. Clone the repo git clone https://github.com/mobarski/alpaca-libre && cd alpaca-libre
  2. Install required python modules pip install -r requirements.txt
  3. View / edit generate.py
  4. Set API_KEY export OPENAI_KEY=...
  5. Run the script python3 generate.py

References

GitHub repos:

Papers:

About

Reimplementation of the task generation part from the Alpaca paper

Resources

License

Stars

Watchers

Forks

Languages