hongfenglu's picture
Upload dataset
68c70d7 verified
metadata
dataset_info:
  - config_name: first_sentence_after_title
    features:
      - name: image
        dtype: image
      - name: question
        dtype: string
      - name: original_answer
        dtype: string
      - name: conversations
        list:
          - name: from
            dtype: string
          - name: value
            dtype: string
      - name: text
        dtype: string
      - name: text_word_count
        dtype: int64
      - name: ocr
        dtype: string
      - name: image_idx
        dtype: int64
      - name: unstructured_ocr_text
        dtype: string
      - name: answer_word_count
        dtype: int64
    splits:
      - name: train
        num_bytes: 693304266.375
        num_examples: 2685
      - name: val
        num_bytes: 87019758
        num_examples: 321
      - name: test
        num_bytes: 110615133
        num_examples: 347
    download_size: 877881853
    dataset_size: 890939157.375
  - config_name: last_word_given_first_sentence
    features:
      - name: image
        dtype: image
      - name: question
        dtype: string
      - name: original_answer
        dtype: string
      - name: conversations
        list:
          - name: from
            dtype: string
          - name: value
            dtype: string
      - name: text
        dtype: string
      - name: text_word_count
        dtype: int64
      - name: ocr
        dtype: string
      - name: image_idx
        dtype: int64
      - name: unstructured_ocr_text
        dtype: string
    splits:
      - name: train
        num_bytes: 1458752506.75
        num_examples: 6114
      - name: val
        num_bytes: 171344492
        num_examples: 739
      - name: test
        num_bytes: 193197535
        num_examples: 731
    download_size: 1789168360
    dataset_size: 1823294533.75
  - config_name: word_count
    features:
      - name: image
        dtype: image
      - name: question
        dtype: string
      - name: original_answer
        dtype: string
      - name: conversations
        list:
          - name: from
            dtype: string
          - name: value
            dtype: string
      - name: text
        dtype: string
      - name: ocr
        dtype: string
      - name: image_idx
        dtype: int64
    splits:
      - name: train
        num_bytes: 4940484855.125
        num_examples: 23255
      - name: val
        num_bytes: 598627958.375
        num_examples: 2885
      - name: test
        num_bytes: 644123472.875
        num_examples: 2889
    download_size: 2344328787
    dataset_size: 6183236286.375
configs:
  - config_name: first_sentence_after_title
    data_files:
      - split: train
        path: first_sentence_after_title/train-*
      - split: val
        path: first_sentence_after_title/val-*
      - split: test
        path: first_sentence_after_title/test-*
  - config_name: last_word_given_first_sentence
    data_files:
      - split: train
        path: last_word_given_first_sentence/train-*
      - split: val
        path: last_word_given_first_sentence/val-*
      - split: test
        path: last_word_given_first_sentence/test-*
  - config_name: word_count
    data_files:
      - split: train
        path: word_count/train-*
      - split: val
        path: word_count/val-*
      - split: test
        path: word_count/test-*