ddcccc's picture
Upload dataset
d592a93
|
raw
history blame
669 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: valid
        path: data/valid-*
dataset_info:
  features:
    - name: claim_id
      dtype: int64
    - name: claim
      dtype: string
    - name: evidence
      dtype: string
    - name: evidence_label
      dtype: string
    - name: label
      dtype: string
    - name: category
      dtype: string
  splits:
    - name: train
      num_bytes: 1561492.8
      num_examples: 4298
    - name: test
      num_bytes: 557676
      num_examples: 1535
    - name: valid
      num_bytes: 669211.2
      num_examples: 1842
  download_size: 1377895
  dataset_size: 2788380