snapshot
Datasets
All datasets matching “snapshot”snapshotsgaianet-qdrant-snapshotToolpacks-Snapshots
Toolpacks-Snapshots
This repo is to take periodic snapshots of all the artefacts 📦 in Toolpacks: bin.ajam.dev
Toolpacks is the Largest Collection of Multi-Platform (Android|Linux|Windows) Pre-Compiled (+ UPXed) Static Binaries (incl. Build Scripts
The Sync Workflow actions are at: https://github.com/Azathothas/Toolpacks-Snapshots-Actions
PKG Managers
!#Simply point to this:
[+] ROOT… See the full description on the dataset page: https://huggingface.co/datasets/Azathothas/Toolpacks-Snapshots.arxiv-metadata-snapshot
Dataset Card for "arxiv-metadata-oai-snapshot"
More Information needed
This is a mirror of the metadata portion of the arXiv dataset.
The sync will take place weekly so may fall behind the original datasets slightly if there are more regular updates to the source dataset.
Metadata
This dataset is a mirror of the original ArXiv data. This dataset contains an entry for each paper, containing:
id: ArXiv ID (can be used to access the paper, see below)
submitter:… See the full description on the dataset page: https://huggingface.co/datasets/librarian-bots/arxiv-metadata-snapshot.kl3m-data-snapshot-20250324hub_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.
