michiel's picture
Upload dataset
73f2cf9 verified
|
raw
history blame
824 Bytes
metadata
dataset_info:
  features:
    - name: tweet_id
      dtype: int64
    - name: tweet_url
      dtype: string
    - name: tweet_text
      dtype: string
    - name: ocr_text
      dtype: string
    - name: image_path
      dtype: image
    - name: image_url
      dtype: string
    - name: class_label
      dtype:
        class_label:
          names:
            '0': not-check-worthy
            '1': check-worthy
  splits:
    - name: train
      num_bytes: 252025700.988
      num_examples: 2356
    - name: dev
      num_bytes: 31090143
      num_examples: 271
    - name: dev_test
      num_bytes: 61577374
      num_examples: 548
  download_size: 343849553
  dataset_size: 344693217.98800004
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: dev
        path: data/dev-*
      - split: dev_test
        path: data/dev_test-*