correct_addition / README.md
daspartho's picture
Upload README.md with huggingface_hub
f212739
|
raw
history blame
578 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: n1
      dtype: int64
    - name: close_ans
      dtype: int64
    - name: correct_ans
      dtype: int64
    - name: incorrect_ans
      dtype: int64
    - name: n2
      dtype: int64
  splits:
    - name: train
      num_bytes: 4000
      num_examples: 100
  download_size: 4984
  dataset_size: 4000

Dataset Card for "correct_addition"

More Information needed