chartve_dataset / README.md
khhuang's picture
Upload README.md with huggingface_hub
5053f13 verified
|
raw
history blame
813 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: dev
        path: data/dev-*
dataset_info:
  features:
    - name: image
      dtype: string
    - name: label
      dtype: string
    - name: manipulation_type
      dtype: string
    - name: sentence
      dtype: string
    - name: dataset
      dtype: string
    - name: decoded_image
      struct:
        - name: bytes
          dtype: 'null'
        - name: path
          dtype: string
  splits:
    - name: train
      num_bytes: 151008400
      num_examples: 522531
    - name: dev
      num_bytes: 11581810
      num_examples: 36002
  download_size: 35820405
  dataset_size: 162590210

Dataset Card for "chartve_dataset"

More Information needed