|
|
--- |
|
|
dataset_info: |
|
|
- config_name: countdown_n3 |
|
|
features: |
|
|
- name: target_list |
|
|
sequence: int64 |
|
|
- name: target |
|
|
dtype: string |
|
|
splits: |
|
|
- name: train |
|
|
num_bytes: 35463060 |
|
|
num_examples: 1000001 |
|
|
download_size: 8399488 |
|
|
dataset_size: 35463060 |
|
|
- config_name: countdown_n4 |
|
|
features: |
|
|
- name: target_list |
|
|
sequence: int64 |
|
|
- name: target |
|
|
dtype: string |
|
|
splits: |
|
|
- name: train |
|
|
num_bytes: 44034474 |
|
|
num_examples: 1000001 |
|
|
download_size: 7430136 |
|
|
dataset_size: 44034474 |
|
|
configs: |
|
|
- config_name: countdown_n3 |
|
|
data_files: |
|
|
- split: train |
|
|
path: countdown_n3/train-* |
|
|
- config_name: countdown_n4 |
|
|
data_files: |
|
|
- split: train |
|
|
path: countdown_n4/train-* |
|
|
--- |
|
|
|
|
|
# Dataset Card for game of Countdown |
|
|
|
|
|
## Dataset Details |
|
|
|
|
|
Each row is unique and has atleast 1 possible solution with the following rules: |
|
|
- You have to use all the numbers without duplication |
|
|
- You can reuse operands |
|
|
|