plant-doc-paligemma / README.md
agyaatcoder's picture
Upload dataset
7a6429c verified
|
raw
history blame contribute delete
No virus
810 Bytes
metadata
license: cc-by-4.0
dataset_info:
  features:
    - name: image_id
      dtype: int64
    - name: image
      dtype: image
    - name: width
      dtype: int64
    - name: height
      dtype: int64
    - name: objects
      struct:
        - name: id
          sequence: int64
        - name: area
          sequence: int64
        - name: bbox
          sequence:
            sequence: float32
        - name: category
          sequence: string
    - name: label_for_paligemma
      dtype: string
  splits:
    - name: train
      num_bytes: 923933097.966
      num_examples: 2342
    - name: test
      num_bytes: 73530064
      num_examples: 236
  download_size: 992078922
  dataset_size: 997463161.966
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*