image_cap_coco_th / README.md
PeterLOVANAS's picture
Upload dataset
3e814eb verified
|
raw
history blame contribute delete
No virus
904 Bytes
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: filepath
      dtype: string
    - name: sentids
      list: int32
    - name: filename
      dtype: string
    - name: imgid
      dtype: int32
    - name: split
      dtype: string
    - name: sentences_tokens
      list:
        list: string
    - name: sentences_raw
      list: string
    - name: sentences_sentid
      list: int32
    - name: cocoid
      dtype: int32
    - name: th_sentences_raw
      sequence: string
  splits:
    - name: train
      num_bytes: 1106930236
      num_examples: 6797
    - name: validation
      num_bytes: 27953686
      num_examples: 150
    - name: test
      num_bytes: 25473221
      num_examples: 150
  download_size: 1152292354
  dataset_size: 1160357143
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*