IT_datasets / README.md
mjkmain's picture
Upload dataset
57e445b verified
|
raw
history blame
5.43 kB
metadata
dataset_info:
  - config_name: BigPatent
    features:
      - name: context
        dtype: string
      - name: output
        dtype: string
      - name: instruction
        dtype: string
      - name: context_sentence
        sequence: string
    splits:
      - name: train
        num_bytes: 3056976240
        num_examples: 50000
    download_size: 1272481947
    dataset_size: 3056976240
  - config_name: BookSum
    features:
      - name: output
        dtype: string
      - name: context
        dtype: string
      - name: instruction
        dtype: string
      - name: context_sentence
        sequence: string
    splits:
      - name: train
        num_bytes: 476317871
        num_examples: 9600
      - name: validation
        num_bytes: 63750022
        num_examples: 1484
      - name: test
        num_bytes: 71934433
        num_examples: 1431
    download_size: 363438025
    dataset_size: 612002326
  - config_name: BoolQ
    features:
      - name: instruction
        dtype: string
      - name: context
        dtype: string
      - name: output
        dtype: string
      - name: context_sentence
        sequence: string
    splits:
      - name: train
        num_bytes: 12853661
        num_examples: 9427
      - name: validation
        num_bytes: 4410696
        num_examples: 3270
      - name: test
        num_bytes: 4386660
        num_examples: 3245
    download_size: 12607245
    dataset_size: 21651017
  - config_name: CNN-DM
    features:
      - name: context
        dtype: string
      - name: output
        dtype: string
      - name: instruction
        dtype: string
      - name: context_sentence
        sequence: string
    splits:
      - name: train
        num_bytes: 863427270
        num_examples: 100000
      - name: validation
        num_bytes: 112409140
        num_examples: 13368
      - name: test
        num_bytes: 97428338
        num_examples: 11490
    download_size: 652210853
    dataset_size: 1073264748
  - config_name: CosmosQA
    features:
      - name: context
        dtype: string
      - name: instruction
        dtype: string
      - name: output
        dtype: string
      - name: context_sentence
        sequence: string
    splits:
      - name: train
        num_bytes: 26971402
        num_examples: 25262
      - name: test
        num_bytes: 8004035
        num_examples: 6963
      - name: validation
        num_bytes: 3421792
        num_examples: 2985
    download_size: 15773346
    dataset_size: 38397229
  - config_name: DROP
    features:
      - name: context
        dtype: string
      - name: instruction
        dtype: string
      - name: output
        dtype: string
      - name: context_sentence
        sequence: string
    splits:
      - name: train
        num_bytes: 26295805
        num_examples: 10000
      - name: validation
        num_bytes: 21971393
        num_examples: 9535
    download_size: 14620500
    dataset_size: 48267198
  - config_name: GovReport
    features:
      - name: context
        dtype: string
      - name: output
        dtype: string
      - name: instruction
        dtype: string
      - name: context_sentence
        sequence: string
    splits:
      - name: train
        num_bytes: 1868279205
        num_examples: 17517
      - name: validation
        num_bytes: 108895887
        num_examples: 973
      - name: test
        num_bytes: 100349892
        num_examples: 973
    download_size: 1001067529
    dataset_size: 2077524984
  - config_name: HotpotQA
    features:
      - name: instruction
        dtype: string
      - name: output
        dtype: string
      - name: context
        sequence: string
      - name: context_sentence
        sequence: string
    splits:
      - name: train
        num_bytes: 1048709644
        num_examples: 90447
      - name: validation
        num_bytes: 86820188
        num_examples: 7405
    download_size: 671874576
    dataset_size: 1135529832
  - config_name: LongAlpaca
    features:
      - name: context
        dtype: string
      - name: instruction
        dtype: string
      - name: output
        dtype: string
      - name: context_sentence
        sequence: string
    splits:
      - name: train
        num_bytes: 853542732
        num_examples: 8937
    download_size: 436405773
    dataset_size: 853542732
  - config_name: MultiNews
    features:
      - name: context
        dtype: string
      - name: output
        dtype: string
      - name: instruction
        dtype: string
      - name: context_sentence
        sequence: string
    splits:
      - name: train
        num_bytes: 1063566489
        num_examples: 44972
    download_size: 618228866
    dataset_size: 1063566489
configs:
  - config_name: BigPatent
    data_files:
      - split: train
        path: BigPatent/train-*
  - config_name: BookSum
    data_files:
      - split: train
        path: BookSum/train-*
      - split: validation
        path: BookSum/validation-*
      - split: test
        path: BookSum/test-*
  - config_name: BoolQ
    data_files:
      - split: train
        path: BoolQ/train-*
      - split: validation
        path: BoolQ/validation-*
      - split: test
        path: BoolQ/test-*
  - config_name: CNN-DM
    data_files:
      - split: train
        path: CNN-DM/train-*
      - split: validation
        path: CNN-DM/validation-*
      - split: test
        path: CNN-DM/test-*
  - config_name: CosmosQA
    data_files:
      - split: train
        path: CosmosQA/train-*
      - split: test
        path: CosmosQA/test-*
      - split: validation
        path: CosmosQA/validation-*
  - config_name: DROP
    data_files:
      - split: train
        path: DROP/train-*
      - split: validation
        path: DROP/validation-*
  - config_name: GovReport
    data_files:
      - split: train
        path: GovReport/train-*
      - split: validation
        path: GovReport/validation-*
      - split: test
        path: GovReport/test-*
  - config_name: HotpotQA
    data_files:
      - split: train
        path: HotpotQA/train-*
      - split: validation
        path: HotpotQA/validation-*
  - config_name: LongAlpaca
    data_files:
      - split: train
        path: LongAlpaca/train-*
  - config_name: MultiNews
    data_files:
      - split: train
        path: MultiNews/train-*