CoolFace
Datasetpublic

open-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.

sourceHugging Faceupdated 2y agoView on Hugging Face
12likes2.9kdownloads
README.md57 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: source5    dtype: string6  - name: task_type7    dtype: string8  - name: in_source_id9    dtype: string10  - name: problem_statement11    dtype: string12  - name: gold_standard_solution13    dtype: string14  - name: problem_id15    dtype: string16  - name: metadata17    struct:18    - name: difficulty19      dtype: string20    - name: memory_limit21      dtype: string22    - name: memory_limit_bytes23      dtype: int6424    - name: problem_url25      dtype: string26    - name: time_limit27      dtype: string28  - name: verification_info29    struct:30    - name: language31      dtype: string32    - name: test_cases33      list:34      - name: fn_name35        dtype: string36      - name: input37        dtype: string38      - name: output39        dtype: string40      - name: type41        dtype: string42  splits:43  - name: train44    num_bytes: 5199157154.50006545    num_examples: 3573546  download_size: 269296508547  dataset_size: 5199157154.50006548configs:49- config_name: default50  data_files:51  - split: train52    path: data/train-*53---54 55# Dataset Card for Verifiable Coding Problems Python 10k56 57This dataset contains all Python problems from PrimeIntellect's [verifiable-coding-problems](https://huggingface.co/datasets/PrimeIntellect/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.