cryptonite / README.md
boda's picture
Upload README.md with huggingface_hub
2246aeb verified
|
raw
history blame contribute delete
No virus
942 Bytes
metadata
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