File size: 942 Bytes
2246aeb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: publisher
    dtype: string
  - name: date
    dtype: timestamp[ns]
  - name: author
    dtype: string
  - name: orientation
    dtype: string
  - name: clue
    dtype: string
  - name: answer
    dtype: string
  - name: enumeration
    dtype: string
  - name: quick
    dtype: bool
  - name: sub_publisher
    dtype: string
  splits:
  - name: train
    num_bytes: 51949570
    num_examples: 470804
  - name: val
    num_bytes: 2886129
    num_examples: 26156
  - name: test
    num_bytes: 2891443
    num_examples: 26157
  download_size: 26277347
  dataset_size: 57727142
---
# Dataset Card for "cryptonite"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)