File size: 714 Bytes
89893ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  config_name: logiqa2
  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
  splits:
  - name: train
    num_bytes: 13374480
    num_examples: 12567
  - name: test
    num_bytes: 1656534
    num_examples: 1572
  - name: validation
    num_bytes: 1687080
    num_examples: 1569
  download_size: 8538515
  dataset_size: 16718094
configs:
- config_name: logiqa2
  data_files:
  - split: train
    path: logiqa2/train-*
  - split: test
    path: logiqa2/test-*
  - split: validation
    path: logiqa2/validation-*
  default: true
---