allenai / open-instruct

Apache License 2.0
1.22k stars 166 forks source link

Swap from beaker to hf for file downloads. #130

Closed hamishivi closed 7 months ago

hamishivi commented 7 months ago

We had a bunch of files uploaded on beaker, but this doesn't work for folks external to AI2 anymore. So I dumped the files to huggingface here, and edited the training data download script to point to them instead. From a quick check it seems to download everything fine.

Fixes #115 and #106

yizhongw commented 7 months ago

Nice, lgtm. Thanks!