lsat-lr / README.md
sileod's picture
Upload README.md with huggingface_hub
57716ef verified
metadata
configs:
  - config_name: default
    data_files:
      - split: validation
        path: data/validation-*
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: context
      dtype: string
    - name: id_string
      dtype: string
    - name: answers
      sequence: string
    - name: label
      dtype: int64
    - name: question
      dtype: string
  splits:
    - name: validation
      num_bytes: 570916
      num_examples: 506
    - name: train
      num_bytes: 4047956
      num_examples: 3504
    - name: test
      num_bytes: 582952
      num_examples: 510
  download_size: 2725576
  dataset_size: 5201824

Dataset Card for "lsat-lr"

More Information needed