File size: 812 Bytes
f0923a1
27ac7dc
 
f0923a1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 982698
    num_examples: 270
  - name: train
    num_bytes: 6676505
    num_examples: 1827
  - name: test
    num_bytes: 978997
    num_examples: 269
  download_size: 1474121
  dataset_size: 8638200
---
# Dataset Card for "lsat-rc"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)