bitwise_arithmetic / README.md
theblackcat102's picture
Upload dataset
f691bc9 verified
metadata
dataset_info:
  features:
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: metadata
      struct:
        - name: difficulty
          struct:
            - name: difficulty
              dtype: int64
        - name: problem
          dtype: string
        - name: source_dataset
          dtype: string
        - name: source_index
          dtype: int64
    - name: difficulty
      dtype: int64
  splits:
    - name: test
      num_bytes: 133243
      num_examples: 280
    - name: validate
      num_bytes: 44091
      num_examples: 120
  download_size: 52632
  dataset_size: 177334
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
      - split: validate
        path: data/validate-*