CoolFace
18 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01PrimeIntellect /verifiable-coding-problems SYNTHETIC-1 This is a subset of the task data used to construct SYNTHETIC-1. You can find the full collection here text100K<n<1M45 likes3.1k downloads2y agoHugging Face02open-r1 /verifiable-coding-problems-python Dataset Card for Verifiable Coding Problems Python 10k This dataset contains all Python problems from PrimeIntellect's verifiable-coding-problems dataset. We have formatted the verification_info and metadata columns to be proper dictionaries, but otherwise the data is the same. Please see their dataset for more details. text10K<n<100K12 likes2.9k downloads2y agoHugging Face03open-r1 /verifiable-coding-problems-python_decontaminated-testedtext10K<n<100K0 likes787 downloads2y agoHugging Face04open-r1 /verifiable-coding-problems-python_decontaminated-tested-shuffledtext10K<n<100K2 likes474 downloads1y agoHugging Face05open-r1 /verifiable-coding-problems-python_decontaminatedtext10K<n<100K5 likes401 downloads2y agoHugging Face06juvi21 /cses-fi-competitive-coding-problemstextn<1K5 likes382 downloads2y agoHugging Face07NousResearch /RLVR_Coding_ProblemsThis dataset is directly taken from DeepCoder x Agentica's release: https://huggingface.co/datasets/agentica-org/DeepCoder-Preview-Dataset. It is slightly reformatted to fit our use cases. 87 likes155 downloads9mo agoHugging Face08plaguss /verifiable-coding-problems-python-10k_decontaminatedtext1K<n<10K0 likes75 downloads2y agoHugging Face09meoconxinhxan /verifiable-coding-problemstext100K<n<1M0 likes63 downloads2y agoHugging Face10rasdani /verifiable-coding-problems-python_decontaminated_fewer_test_casesimport datasets import random def limit_test_cases_uniformly(example, max_test_cases=6): num_test_cases = random.randint(1, max_test_cases) example['verification_info']['test_cases'] = example['verification_info']['test_cases'][:num_test_cases] return example ds = datasets.load_dataset("open-r1/verifiable-coding-problems-python_decontaminated", split="train") ds_filtered = ds.map(limit_test_cases_uniformly, num_proc=10)… See the full description on the dataset page: https://huggingface.co/datasets/rasdani/verifiable-coding-problems-python_decontaminated_fewer_test_cases.text10K<n<100K0 likes47 downloads2y agoHugging Face11chansung /verifiable-coding-problems-pythontextn<1K0 likes35 downloads1y agoHugging Face12plaguss /verifiable-coding-problems-python-10k_decontaminated_2text1K<n<10K0 likes33 downloads2y agoHugging Face13InfoBayAI /DSA-Coding-Problems-and-Solutions-Datasetgated Dataset Description This dataset is a large-scale collection of Data Structures and Algorithms (DSA) code, containing 12,385 code files with 3.86 million lines of code and 25.01 million lexical tokens, designed to support the development of advanced code generation models, programming assistants, software engineering AI systems, and code intelligence applications. It consists of real-world DSA implementations covering a wide range of algorithms, data structures, problem-solving… See the full description on the dataset page: https://huggingface.co/datasets/InfoBayAI/DSA-Coding-Problems-and-Solutions-Dataset.tabulartext-generationn<1K0 likes23 downloads9d agoHugging Face14adalbertojunior /verifiable-coding-problems-python-10ktext1K<n<10K0 likes15 downloads2y agoHugging Face15Blancy /verifiable-coding-problems-python-filteredtext1K<n<10K0 likes15 downloads1y agoHugging Face16Blancy /verifiable-coding-problems-SFTtext1K<n<10K0 likes12 downloads1y agoHugging Face17chansung /verifiable-coding-problems-python-v2gatedtext10K<n<100K0 likes11 downloads1y agoHugging Face18jyc0325 /verifiable-coding-problems-python-preftext10K<n<100K0 likes3 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.