sick-br / README.md
eduagarcia's picture
Upload dataset
6f84342 verified
|
raw
history blame
934 Bytes
metadata
dataset_info:
  features:
    - name: pair_ID
      dtype: string
    - name: sentence_A
      dtype: string
    - name: sentence_B
      dtype: string
    - name: entailment_label
      dtype: string
    - name: relatedness_score
      dtype: float64
    - name: entailment_AB
      dtype: string
    - name: entailment_BA
      dtype: string
    - name: sentence_A_original
      dtype: string
    - name: sentence_B_original
      dtype: string
    - name: sentence_A_dataset
      dtype: string
    - name: sentence_B_dataset
      dtype: string
  splits:
    - name: train
      num_bytes: 1341470
      num_examples: 4439
    - name: validation
      num_bytes: 151133
      num_examples: 495
    - name: test
      num_bytes: 1480190
      num_examples: 4906
  download_size: 840022
  dataset_size: 2972793
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*