gururise / AlpacaDataCleaned

Alpaca dataset from Stanford, cleaned and curated
Apache License 2.0
1.5k stars 149 forks source link

Simple local web GUI! #38

Closed KenAKAFrosty closed 1 year ago

KenAKAFrosty commented 1 year ago

I quickly found myself scanning through the JSON and thinking "Wait did I already look through these?"

Decided it could be helpful to have a local web interface to automatically grab you a random one, allow you to make changes and save them (or just hit save if it's already good), and even delete them.

Then the local server updates the actual data file so you can push the changes, while keeping track of the ones you've seen so your random rolls won't ever return one you've already confirmed/edited.

Hope it helps!