logiqa2_formatted / README.md
jeggers's picture
Upload README.md with huggingface_hub
c36bab7 verified
|
raw
history blame
1.19 kB
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: id
      dtype: int32
    - name: answer
      dtype: int32
    - name: text
      dtype: string
    - name: type
      dtype: string
    - name: question
      dtype: string
    - name: options
      sequence: string
    - name: Categorical Reasoning
      dtype: bool
    - name: Disjunctive Reasoning
      dtype: bool
    - name: Conjunctive Reasoning
      dtype: bool
    - name: Necessry Condtional Reasoning
      dtype: bool
    - name: Sufficient Conditional Reasoning
      dtype: bool
    - name: answer_char
      dtype: string
    - name: formatted_options
      sequence: string
  splits:
    - name: train
      num_bytes: 18938315
      num_examples: 12567
    - name: test
      num_bytes: 2353695
      num_examples: 1572
    - name: validation
      num_bytes: 2391774
      num_examples: 1569
  download_size: 12571683
  dataset_size: 23683784

Dataset Card for "logiqa2_formatted"

More Information needed