sileod commited on
Commit
0adf424
1 Parent(s): fcca7c2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: validation
6
+ path: data/validation-*
7
+ - split: train
8
+ path: data/train-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: context
14
+ dtype: string
15
+ - name: id_string
16
+ dtype: string
17
+ - name: answers
18
+ sequence: string
19
+ - name: label
20
+ dtype: int64
21
+ - name: question
22
+ dtype: string
23
+ splits:
24
+ - name: validation
25
+ num_bytes: 216357
26
+ num_examples: 231
27
+ - name: train
28
+ num_bytes: 1413916
29
+ num_examples: 1585
30
+ - name: test
31
+ num_bytes: 214880
32
+ num_examples: 230
33
+ download_size: 337968
34
+ dataset_size: 1845153
35
+ ---
36
+ # Dataset Card for "lsat-ar"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)