coco-computation-r1 / README.md
sunildkumar's picture
Upload dataset
ced76bf verified
metadata
dataset_info:
  features:
    - name: messages
      list:
        - name: content
          list:
            - name: image
              dtype: string
            - name: text
              dtype: string
            - name: type
              dtype: string
        - name: role
          dtype: string
    - name: target
      dtype: float64
    - name: class_1
      dtype: string
    - name: class_2
      dtype: string
    - name: count_1
      dtype: int64
    - name: count_2
      dtype: int64
  splits:
    - name: train
      num_bytes: 873210011
      num_examples: 930800
    - name: validation
      num_bytes: 37034869
      num_examples: 39270
  download_size: 31740056
  dataset_size: 910244880
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*