datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
PyTorchConference2025_GithubRepos
PyTorch Conference 2025 GitHub Repos
I created a list of every GitHub repo mentioned during PyTorch Conference 2025 and Open Source AI Week.
stack_overflow_pytorchpytorch-tasks-v1
pytorch-tasks-v1
Task dataset for a PyTorch RL / eval environment, in the shape used by the
Prime Intellect Environments Hub.
45 PyTorch tasks across 5 categories. Each task gives the model one or more input tensors and
an instruction; the answer is the tensor left in result, graded with torch.allclose
against a reference. Grading is deterministic — no LLM judge, no external API, CPU only.
Category
Tasks
Covers
tensor_ops
16
reshape, transpose, axis reductions, clamp… See the full description on the dataset page: https://huggingface.co/datasets/eltociear/pytorch-tasks-v1.
