CoolFace
Datasetpublic

hfmlsoc/hub_weekly_snapshots

Sample code To query the dataset to see which snapshots are observable, use e.g.: import json from datasets import load_dataset from huggingface_hub import HfApi REPO_ID = "hfmlsoc/hub_weekly_snapshots" hf_api = HfApi() all_files = hf_api.list_repo_files(repo_id=REPO_ID, repo_type="dataset") repo_type_to_snapshots = {} for repo_fpath in all_files: if ".parquet" in repo_fpath: repo_type = repo_fpath.split("/")[0] repo_type_to_snapshots[repo_type] =… See the full description on the dataset page: https://huggingface.co/datasets/hfmlsoc/hub_weekly_snapshots.

sourceHugging Faceodblupdated 3d agoView on Hugging Face
11likes2.7kdownloads
settings

This repository belongs to hfmlsoc on Hugging Face.

CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.

namehub_weekly_snapshots
visibilitypublic
licenceodbl
gatedno
ownerhfmlsoc
Account settings
hfmlsoc/hub_weekly_snapshots · CoolFace