sileod's picture
Upload README.md with huggingface_hub
56535e1
|
raw
history blame
778 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: premise
      dtype: string
    - name: hypothesis
      dtype: string
    - name: label
      dtype: string
    - name: config
      dtype: string
  splits:
    - name: train
      num_bytes: 1673129
      num_examples: 15600
    - name: validation
      num_bytes: 402347
      num_examples: 3748
    - name: test
      num_bytes: 7774545
      num_examples: 72002
  download_size: 952698
  dataset_size: 9850021

Dataset Card for "AdjectiveScaleProbe-nli"

More Information needed