Open guotong1988 opened 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
if someone has a PR to fix, happy to take a look! a number of folks have run into this issue
huh! surprising. #23 , have at it :)
https://openaipublic.blob.core.windows.net/lm-human-preferences/labels
Thank you very much @WuTheFWasThat