openai / lm-human-preferences

Code for the paper Fine-Tuning Language Models from Human Preferences
https://openai.com/blog/fine-tuning-gpt-2/
MIT License
1.24k stars 164 forks source link

The link in readme is broke. #21

Open guotong1988 opened 1 year ago

guotong1988 commented 1 year ago

https://openaipublic.blob.core.windows.net/lm-human-preferences/labels

image

Thank you very much @WuTheFWasThat

leondz commented 1 year ago

The comment is correct. the /lm-human-preferences/labels uri is not a uri to any data, it's a substitution needed in launch.py. Look at the gs:// uris in there, and adjust them, and they work fine.

e.g. gs://lm-human-preferences/labels/descriptiveness/offline_5k.json becomes https://openaipublic.blob.core.windows.net/lm-human-preferences/labels/descriptiveness/offline_5k.json

WuTheFWasThat commented 1 year ago

if someone has a PR to fix, happy to take a look! a number of folks have run into this issue

leondz commented 1 year ago

huh! surprising. #23 , have at it :)

vwxyzjn commented 1 year ago

maybe helpful https://github.com/openai/lm-human-preferences/issues/17#issuecomment-1589680585