Post
3450
In celebration of the new storage graph feature on the Hub, here's mine 😊 :
Post inspired by @ZennyKenny
Post inspired by @ZennyKenny
from huggingface_hub import hf_hub_download
data_path = hf_hub_download(
repo_id="lysandre/arxiv-nlp",
filename="train.parquet",
repo_type="dataset",
revision="877b84a8f93f2d619faa2a6e514a32beef88ab0a"
)Quite the astute post showing the state of RL in the open-source ecosystem. Kudos to all the authors who researched and have presented this work. 🙌