Post
89
The hf article detailing the integration between hf datasets and dagster is live π€ : https://huggingface.co/blog/AINovice2005/dagster-hf-datasets
Infrastructure, integrations and tooling for the Hugging Face ecosystem.
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"
)