whatsthatbook_v2 / README.md
krypticmouse's picture
Upload dataset
231daa9 verified
|
raw
history blame
1.19 kB
metadata
dataset_info:
  - config_name: book_index
    features:
      - name: title
        dtype: string
      - name: author
        dtype: string
      - name: description
        dtype: string
      - name: genres
        dtype: string
      - name: image_link
        dtype: string
      - name: published_date
        dtype: string
      - name: id
        dtype: string
    splits:
      - name: train
        num_bytes: 19669170
        num_examples: 15346
    download_size: 9653145
    dataset_size: 19669170
  - config_name: evaluations
    features:
      - name: question
        dtype: string
      - name: question_posted_date
        dtype: timestamp[s]
      - name: book_id
        dtype: string
      - name: answers
        sequence: string
    splits:
      - name: train
        num_bytes: 21101189
        num_examples: 11552
      - name: validation
        num_bytes: 28875252
        num_examples: 15885
      - name: test
        num_bytes: 2500244
        num_examples: 979
    download_size: 29362030
    dataset_size: 52476685
configs:
  - config_name: book_index
    data_files:
      - split: train
        path: book_index/train-*
  - config_name: evaluations
    data_files:
      - split: train
        path: evaluations/train-*
      - split: validation
        path: evaluations/validation-*
      - split: test
        path: evaluations/test-*