File size: 612 Bytes
1386e05 d9e28a9 1386e05 d9e28a9 1386e05 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ---
dataset_info:
features:
- name: problem_id
dtype: int64
- name: question
dtype: string
- name: solutions
dtype: string
- name: input_output
dtype: string
- name: difficulty
dtype: string
- name: url
dtype: string
- name: starter_code
dtype: string
splits:
- name: train
num_bytes: 20029561
num_examples: 2394
- name: test
num_bytes: 200237217
num_examples: 726
download_size: 152829530
dataset_size: 220266778
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|