mlburnham's picture
Upload README.md with huggingface_hub
5bb6c61 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: hypothesis
      dtype: string
    - name: target
      dtype: string
    - name: entailment
      dtype: int64
    - name: premise
      dtype: string
    - name: validated_entailment
      dtype: int64
    - name: validation_source
      dtype: string
  splits:
    - name: train
      num_bytes: 549558
      num_examples: 2906
    - name: test
      num_bytes: 147300
      num_examples: 780
  download_size: 194008
  dataset_size: 696858

Dataset Card for "ibm_claimstance_topic_entailment"

More Information needed