SO_KGXQR_TRAIN / README.md
FudanSELab's picture
Upload README.md with huggingface_hub
5ef2b84
|
raw
history blame
No virus
1.12 kB
metadata
license: mit
dataset_info:
  - config_name: duplicate
    features:
      - name: question1_id
        dtype: string
      - name: question1
        dtype: string
      - name: question2_id
        dtype: string
      - name: question2
        dtype: string
    splits:
      - name: train
        num_bytes: 2428577
        num_examples: 18281
    download_size: 1682661
    dataset_size: 2428577
  - config_name: history
    features:
      - name: so_question_id
        dtype: string
      - name: question1
        dtype: string
      - name: question2
        dtype: string
    splits:
      - name: train
        num_bytes: 10039163
        num_examples: 80000
    download_size: 7239803
    dataset_size: 10039163
  - config_name: negative
    features:
      - name: question1
        dtype: string
      - name: question2
        dtype: string
    splits:
      - name: train
        num_bytes: 27392182
        num_examples: 248940
    download_size: 11085232
    dataset_size: 27392182
configs:
  - config_name: duplicate
    data_files:
      - split: train
        path: duplicate/train-*
  - config_name: history
    data_files:
      - split: train
        path: history/train-*
  - config_name: negative
    data_files:
      - split: train
        path: negative/train-*