rte / README.md
jxm's picture
Upload README.md with huggingface_hub
078ed78
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: sentence_1
      dtype: string
    - name: sentence_2
      dtype: string
    - name: label
      dtype: string
  splits:
    - name: train
      num_bytes: 857264
      num_examples: 2490
    - name: test
      num_bytes: 956053
      num_examples: 3000
    - name: dev
      num_bytes: 85218
      num_examples: 256
  download_size: 1236189
  dataset_size: 1898535

Dataset Card for "rte"

More Information needed