superglue / README.md
Hyukkyu's picture
Upload dataset
81b2824 verified
|
raw
history blame
4 kB
metadata
license: mit
dataset_info:
  - config_name: boolq
    features:
      - name: question
        dtype: string
      - name: passage
        dtype: string
      - name: idx
        dtype: int64
      - name: label
        dtype: bool
    splits:
      - name: train
        num_bytes: 6136774
        num_examples: 9427
      - name: validation
        num_bytes: 2103781
        num_examples: 3270
      - name: test
        num_bytes: 2093385
        num_examples: 3245
    download_size: 6439045
    dataset_size: 10333940
  - config_name: cb
    features:
      - name: premise
        dtype: string
      - name: hypothesis
        dtype: string
      - name: label
        dtype: string
      - name: idx
        dtype: int64
    splits:
      - name: train
        num_bytes: 89859
        num_examples: 250
      - name: validation
        num_bytes: 22480
        num_examples: 56
      - name: test
        num_bytes: 93492
        num_examples: 250
    download_size: 137099
    dataset_size: 205831
  - config_name: multirc
    features:
      - name: idx
        dtype: int64
      - name: version
        dtype: float64
      - name: passage
        struct:
          - name: questions
            list:
              - name: answers
                list:
                  - name: idx
                    dtype: int64
                  - name: label
                    dtype: int64
                  - name: text
                    dtype: string
              - name: idx
                dtype: int64
              - name: question
                dtype: string
          - name: text
            dtype: string
    splits:
      - name: train
        num_bytes: 2393721
        num_examples: 456
      - name: validation
        num_bytes: 429255
        num_examples: 83
      - name: test
        num_bytes: 858870
        num_examples: 166
    download_size: 2053244
    dataset_size: 3681846
  - config_name: record
    features:
      - name: source
        dtype: string
      - name: passage
        struct:
          - name: entities
            list:
              - name: end
                dtype: int64
              - name: start
                dtype: int64
          - name: text
            dtype: string
      - name: qas
        list:
          - name: answers
            list:
              - name: end
                dtype: int64
              - name: start
                dtype: int64
              - name: text
                dtype: string
          - name: idx
            dtype: int64
          - name: query
            dtype: string
      - name: idx
        dtype: int64
    splits:
      - name: train
        num_bytes: 110591940
        num_examples: 65709
      - name: validation
        num_bytes: 12375907
        num_examples: 7481
      - name: test
        num_bytes: 11509574
        num_examples: 7484
    download_size: 71256085
    dataset_size: 134477421
  - config_name: wic
    features:
      - name: word
        dtype: string
      - name: sentence1
        dtype: string
      - name: sentence2
        dtype: string
      - name: idx
        dtype: int64
      - name: label
        dtype: bool
      - name: start1
        dtype: int64
      - name: start2
        dtype: int64
      - name: end1
        dtype: int64
      - name: end2
        dtype: int64
      - name: version
        dtype: float64
    splits:
      - name: train
        num_bytes: 767620
        num_examples: 5428
      - name: validation
        num_bytes: 94651
        num_examples: 638
      - name: test
        num_bytes: 207006
        num_examples: 1400
    download_size: 591526
    dataset_size: 1069277
configs:
  - config_name: boolq
    data_files:
      - split: train
        path: boolq/train-*
      - split: validation
        path: boolq/validation-*
      - split: test
        path: boolq/test-*
  - config_name: cb
    data_files:
      - split: train
        path: cb/train-*
      - split: validation
        path: cb/validation-*
      - split: test
        path: cb/test-*
  - config_name: multirc
    data_files:
      - split: train
        path: multirc/train-*
      - split: validation
        path: multirc/validation-*
      - split: test
        path: multirc/test-*
  - config_name: record
    data_files:
      - split: train
        path: record/train-*
      - split: validation
        path: record/validation-*
      - split: test
        path: record/test-*
  - config_name: wic
    data_files:
      - split: train
        path: wic/train-*
      - split: validation
        path: wic/validation-*
      - split: test
        path: wic/test-*