question_pair / README.md
datalama's picture
Upload README.md with huggingface_hub
261dabf
|
raw
history blame
448 Bytes
metadata
license: mit
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: question1
      dtype: string
    - name: question2
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': 다른 질문
            '1': 같은 질문
  splits:
    - name: train
      num_bytes: 634021
      num_examples: 6888
    - name: test
      num_bytes: 62628
      num_examples: 688
  download_size: 403049
  dataset_size: 696649