ferdinandjasong's picture
Upload dataset
7c5bc16 verified
---
dataset_info:
features:
- name: name
dtype: string
- name: description
dtype: string
- name: source
dtype:
class_label:
names:
'0': UNKNOWN_SOURCE
'1': CODECHEF
'2': CODEFORCES
'3': HACKEREARTH
'4': CODEJAM
'5': ATCODER
'6': AIZU
- name: difficulty
dtype:
class_label:
names:
'0': UNKNOWN_DIFFICULTY
'1': EASY
'2': MEDIUM
'3': HARD
'4': HARDER
'5': HARDEST
'6': EXTERNAL
'7': A
'8': B
'9': C
'10': D
'11': E
'12': F
'13': G
'14': H
'15': I
'16': J
'17': K
'18': L
'19': M
'20': N
'21': O
'22': P
'23': Q
'24': R
'25': S
'26': T
'27': U
'28': V
- name: solutions
struct:
- name: cluster
sequence: int64
- name: solution
sequence: string
- name: cf_contest_id
dtype: int64
- name: cf_index
dtype: string
- name: cf_points
dtype: float32
- name: cf_rating
dtype: int32
- name: cf_tags
sequence: string
- name: time_limit
struct:
- name: seconds
dtype: int64
- name: nanos
dtype: int64
- name: memory_limit_bytes
dtype: int64
- name: input_file
dtype: string
- name: output_file
dtype: string
- name: tests
struct:
- name: input
sequence: string
- name: output
sequence: string
splits:
- name: train
num_bytes: 2075155237
num_examples: 10489
download_size: 782813907
dataset_size: 2075155237
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---