WiC / README.md
librarian-bot's picture
Librarian Bot: Add language metadata for dataset
5a75949 verified
|
raw
history blame
677 Bytes
metadata
language:
  - en
dataset_info:
  features:
    - name: phrase1
      dtype: string
    - name: phrase2
      dtype: string
    - name: sentence1
      dtype: string
    - name: sentence2
      dtype: string
    - name: label
      dtype: int64
    - name: idx
      dtype: int64
  splits:
    - name: train
      num_bytes: 656418
      num_examples: 5428
    - name: validation
      num_bytes: 82355
      num_examples: 638
    - name: test
      num_bytes: 179812
      num_examples: 1400
  download_size: 596451
  dataset_size: 918585
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*