countdown / README.md
theblackcat102's picture
Upload dataset
64ff747 verified
metadata
dataset_info:
  features:
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: metadata
      struct:
        - name: difficulty
          struct:
            - name: numbers
              list: int64
            - name: target
              list: int64
            - name: value
              list: int64
        - name: expression
          dtype: string
        - name: numbers
          list: int64
        - name: source_dataset
          dtype: string
        - name: source_index
          dtype: int64
        - name: target
          dtype: int64
    - name: difficulty
      dtype: int64
  splits:
    - name: test
      num_bytes: 117979
      num_examples: 210
    - name: validate
      num_bytes: 66070
      num_examples: 120
    - name: train
      num_bytes: 275635
      num_examples: 500
  download_size: 89613
  dataset_size: 459684
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
      - split: validate
        path: data/validate-*
      - split: train
        path: data/train-*