ocr_vqa / README.md
dddraxxx's picture
Update README.md
b4ae96a verified
|
raw
history blame contribute delete
No virus
962 Bytes
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: image_id
      dtype: string
    - name: imageURL
      dtype: string
    - name: questions
      sequence: string
    - name: answers
      sequence: string
    - name: title
      dtype: string
    - name: authorName
      dtype: string
    - name: genre
      dtype: string
  splits:
    - name: train
      num_bytes: 10850760200.286541
      num_examples: 166043
    - name: val
      num_bytes: 1097581965.6891787
      num_examples: 20732
    - name: test
      num_bytes: 1106324002.7332811
      num_examples: 20797
  download_size: 9143129760
  dataset_size: 13054666168.709
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*

One of the training dataset of LLaVAv1.5. Downloaded from here. Please use it for academic use.