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 4d agoView on Hugging Face
11likes2.7kdownloads
discussions and pull requests

Conversations for this repository live on Hugging Face.

CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.

Open discussions on Hugging Face
hfmlsoc/hub_weekly_snapshots · CoolFace