TACO / README.md
musabgultekin's picture
Update README.md
8a2bd11 verified
---
dataset_info:
features:
- name: question
dtype: string
- name: solutions
dtype: string
- name: starter_code
dtype: string
- name: input_output
dtype: string
- name: difficulty
dtype: string
- name: raw_tags
dtype: string
- name: name
dtype: string
- name: source
dtype: string
- name: tags
dtype: string
- name: skill_types
dtype: string
- name: url
dtype: string
- name: Expected Auxiliary Space
dtype: string
- name: time_limit
dtype: string
- name: date
dtype: string
- name: picture_num
dtype: string
- name: memory_limit
dtype: string
- name: Expected Time Complexity
dtype: string
splits:
- name: train
num_bytes: 4720792728
num_examples: 26443
download_size: 2420334902
dataset_size: 4720792728
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
Copied from BAAI/TACO.
Changes:
- train + test sets merged (by concatenate_dataset)
- Custom python code removed. (To enable dataset viewer in the HF web UI)