File size: 871 Bytes
bed8194
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
41
42
43
44
45
46
47
---
dataset_info:
  features:
  - name: tag
    dtype: string
  - name: level
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: crossword
    num_bytes: 139457
    num_examples: 150
  - name: acrostic
    num_bytes: 185836
    num_examples: 100
  - name: logic
    num_bytes: 107088
    num_examples: 200
  - name: cryptogram
    num_bytes: 21540
    num_examples: 100
  - name: sudoku
    num_bytes: 72868
    num_examples: 200
  - name: drop
    num_bytes: 40819
    num_examples: 100
  download_size: 242011
  dataset_size: 567608
configs:
- config_name: default
  data_files:
  - split: crossword
    path: data/crossword-*
  - split: acrostic
    path: data/acrostic-*
  - split: logic
    path: data/logic-*
  - split: cryptogram
    path: data/cryptogram-*
  - split: sudoku
    path: data/sudoku-*
  - split: drop
    path: data/drop-*
---