cb / README.md
jxm's picture
Upload README.md with huggingface_hub
cd21a9d
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: dev
        path: data/dev-*
dataset_info:
  features:
    - name: premise
      dtype: string
    - name: hypothesis
      dtype: string
    - name: label
      dtype: string
    - name: idx
      dtype: int64
  splits:
    - name: train
      num_bytes: 89859
      num_examples: 250
    - name: test
      num_bytes: 93992
      num_examples: 250
    - name: dev
      num_bytes: 22480
      num_examples: 56
  download_size: 139260
  dataset_size: 206331

Dataset Card for "cb"

More Information needed