File size: 962 Bytes
51b3cf6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130f2fc
 
 
0858cd1
 
 
 
 
51b3cf6
 
 
 
 
130f2fc
 
0858cd1
 
51b3cf6
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
51
52
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: metadata
    struct:
    - name: cipher_text
      dtype: string
    - name: clear_text
      dtype: string
    - name: difficulty
      struct:
      - name: rotation
        list: int64
      - name: words
        list: int64
    - name: num_words
      dtype: int64
    - name: rotation
      dtype: int64
    - name: source_dataset
      dtype: string
    - name: source_index
      dtype: int64
  - name: difficulty
    dtype: int64
  splits:
  - name: test
    num_bytes: 90322
    num_examples: 210
  - name: validate
    num_bytes: 42640
    num_examples: 120
  - name: train
    num_bytes: 382232
    num_examples: 1000
  download_size: 182791
  dataset_size: 515194
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: validate
    path: data/validate-*
  - split: train
    path: data/train-*
---