clarqa / README.md
Samoed's picture
Upload dataset
1fedd5a verified
metadata
dataset_info:
  - config_name: multi_turn
    features:
      - name: context
        sequence: string
      - name: entity1
        dtype: string
      - name: label
        dtype: string
      - name: entity2
        dtype: string
    splits:
      - name: train
        num_bytes: 29720841
        num_examples: 20462
      - name: dev
        num_bytes: 1461319
        num_examples: 973
      - name: test
        num_bytes: 1280350
        num_examples: 828
    download_size: 15393548
    dataset_size: 32462510
  - config_name: single_turn
    features:
      - name: entity2
        dtype: string
      - name: entity1
        dtype: string
      - name: label
        dtype: string
      - name: context
        dtype: string
    splits:
      - name: train
        num_bytes: 11325711
        num_examples: 10099
      - name: dev
        num_bytes: 941091
        num_examples: 853
      - name: test
        num_bytes: 1356878
        num_examples: 1175
    download_size: 7842127
    dataset_size: 13623680
configs:
  - config_name: multi_turn
    data_files:
      - split: train
        path: multi_turn/train-*
      - split: dev
        path: multi_turn/dev-*
      - split: test
        path: multi_turn/test-*
  - config_name: single_turn
    data_files:
      - split: train
        path: single_turn/train-*
      - split: dev
        path: single_turn/dev-*
      - split: test
        path: single_turn/test-*