File size: 920 Bytes
f879923
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c896850
 
 
bb7b736
 
 
3e0a97d
 
 
 
 
f879923
 
 
 
 
88ea16c
 
3e0a97d
 
f879923
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
48
49
50
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: metadata
    struct:
    - name: difficulty
      struct:
      - name: string_length
        list: int64
    - name: solution
      dtype: bool
    - name: solvable
      dtype: bool
    - name: source_dataset
      dtype: string
    - name: source_index
      dtype: int64
    - name: string_length
      dtype: int64
    - name: words
      list: string
  - name: difficulty
    dtype: int64
  splits:
  - name: test
    num_bytes: 201712
    num_examples: 350
  - name: validate
    num_bytes: 59886
    num_examples: 120
  - name: train
    num_bytes: 512226
    num_examples: 1000
  download_size: 209804
  dataset_size: 773824
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: validate
    path: data/validate-*
  - split: train
    path: data/train-*
---