File size: 743 Bytes
d47817c a9c9794 d47817c a9c9794 d47817c b1f6f75 a3d1fb4 d47817c a3d1fb4 d47817c |
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 36 37 38 39 40 41 |
---
dataset_info:
features:
- name: question_title
dtype: string
- name: question_content
dtype: string
- name: question_id
dtype: string
- name: contest_id
dtype: string
- name: test_id
dtype: int64
- name: contest_date
dtype: timestamp[us]
- name: starter_code
dtype: string
- name: function_name
dtype: string
- name: difficulty
dtype: string
- name: test
dtype: string
splits:
- name: test
num_bytes: 612909
num_examples: 1441
- name: test_2
num_bytes: 304254
num_examples: 683
download_size: 202141
dataset_size: 917163
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: test_2
path: data/test_2-*
---
|