File size: 811 Bytes
0adf424 5642c7a 0adf424 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
language:
- en
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: 216357
num_examples: 231
- name: train
num_bytes: 1413916
num_examples: 1585
- name: test
num_bytes: 214880
num_examples: 230
download_size: 337968
dataset_size: 1845153
---
# Dataset Card for "lsat-ar"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |