program
Datasets
All datasets matching “program”ProgramBench-Tests
ProgramBench Generated Tests
This dataset contains the AI-generated behavioral test suites used to evaluate model solutions in ProgramBench.
ProgramBench is a benchmark that evaluates whether language models can rebuild programs from scratch. Given only a compiled binary and its documentation, AI agents must architect and implement a complete codebase that reproduces the original program's behavior. These test suites are used to assess whether a candidate solution is behaviorally… See the full description on the dataset page: https://huggingface.co/datasets/programbench/ProgramBench-Tests.avspeech-visual-audio
AVSpeech Video + Audio
This repository is a media-bearing reconstruction of the public AVSpeech
annotations. Each row represents an already-trimmed segment and keeps the
original source-video timing and target-face-center metadata.
Dataset structure
clip_id: identifier derived as
{youtube_id}_{start_sec:.3f}_{end_sec:.3f}.
avspeech_metadata: JSON containing youtube_id, start_sec, end_sec,
x_center, and y_center from the AVSpeech annotation.
video: video-only… See the full description on the dataset page: https://huggingface.co/datasets/ProgramComputer/avspeech-visual-audio.voxcelebThis dataset includes both VoxCeleb and VoxCeleb2
The copyright remains with the original owners of the audiovisual
Multipart Zips
Already joined zips for convenience but these specified files are NOT part of the original datasets
vox2_mp4_1.zip - vox2_mp4_6.zip
vox2_aac_1.zip - vox2_aac_2.zip
Joining Zip
cat vox1_dev* > vox1_dev_wav.zip
cat vox2_dev_aac* > vox2_aac.zip
cat vox2_dev_mp4* > vox2_mp4.zip
Citation Information
@article{Nagrani19,
author =… See the full description on the dataset page: https://huggingface.co/datasets/ProgramComputer/voxceleb.Nemotron-Competitive-Programming-v1
Dataset Description:
Nemotron-Competitive-Programming-v1 is a large-scale synthetic coding and reasoning dataset designed to push LLM performance on challenging programming and systems tasks. It combines Python and C++ samples across unique competitive programming questions.
Beyond problem solving, the dataset includes InfiniByte, a cross-domain subset with problems derived from scientific fields.
This dataset is ready for commercial use.
Competitive Coding
The… See the full description on the dataset page: https://huggingface.co/datasets/nvidia/Nemotron-Competitive-Programming-v1.Nemotron-SFT-Competitive-Programming-v2
Dataset Description:
Nemotron-Competitive-Programming-v2 is a large-scale synthetic coding and reasoning dataset designed to push LLM performance on challenging programming and systems tasks. It combines Python and C++ samples across unique competitive programming questions.In addition, the dataset includes samples targetting a subset of programming language exercises from Exercism.
Beyond problem solving, the dataset includes Text-to-SQL, which aims at training LLMs to reason and… See the full description on the dataset page: https://huggingface.co/datasets/nvidia/Nemotron-SFT-Competitive-Programming-v2.VGGFace2
Bounded streaming
datasets==5.0.0 does not execute this repository's remote Python loader
through load_dataset(). Clone code and metadata without downloading Git LFS
objects, then use the project-side module directly:
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/ProgramComputer/VGGFace2
Archive bytes are read sequentially and are not extracted or cached.
from VGGFace2 import load_streaming
dataset = load_streaming(
split="train"… See the full description on the dataset page: https://huggingface.co/datasets/ProgramComputer/VGGFace2.
