wmt19 / README.md
ArtemVazhentsev21's picture
Upload dataset
5b85ae4 verified
metadata
dataset_info:
  - config_name: deen
    features:
      - name: input
        dtype: string
      - name: output
        dtype: string
    splits:
      - name: train
        num_bytes: 11263009157
        num_examples: 34782245
      - name: test
        num_bytes: 1069433
        num_examples: 2998
    download_size: 4379524172
    dataset_size: 11264078590
  - config_name: deen_simple_instruct
    features:
      - name: input
        dtype: string
      - name: output
        dtype: string
    splits:
      - name: train
        num_bytes: 11193444667
        num_examples: 34782245
      - name: test
        num_bytes: 1063437
        num_examples: 2998
    download_size: 4348914335
    dataset_size: 11194508104
  - config_name: ruen
    features:
      - name: input
        dtype: string
      - name: output
        dtype: string
    splits:
      - name: train
        num_bytes: 17658020408
        num_examples: 37492126
      - name: test
        num_bytes: 1400588
        num_examples: 3000
    download_size: 6515019674
    dataset_size: 17659420996
  - config_name: ruen_simple_instruct
    features:
      - name: input
        dtype: string
      - name: output
        dtype: string
    splits:
      - name: train
        num_bytes: 17583036156
        num_examples: 37492126
      - name: test
        num_bytes: 1394588
        num_examples: 3000
    download_size: 6511172572
    dataset_size: 17584430744
configs:
  - config_name: deen
    data_files:
      - split: train
        path: deen/train-*
      - split: test
        path: deen/test-*
  - config_name: deen_simple_instruct
    data_files:
      - split: train
        path: deen_simple_instruct/train-*
      - split: test
        path: deen_simple_instruct/test-*
  - config_name: ruen
    data_files:
      - split: train
        path: ruen/train-*
      - split: test
        path: ruen/test-*
  - config_name: ruen_simple_instruct
    data_files:
      - split: train
        path: ruen_simple_instruct/train-*
      - split: test
        path: ruen_simple_instruct/test-*

Dataset Card for wmt19

This is a preprocessed version of wmt19 dataset for benchmarks in LM-Polygraph.

Dataset Details

Dataset Description

Dataset Sources [optional]

Uses

Direct Use

This dataset should be used for performing benchmarks on LM-polygraph.

Out-of-Scope Use

This dataset should not be used for further dataset preprocessing.

Dataset Structure

This dataset contains the "continuation" subset, which corresponds to main dataset, used in LM-Polygraph. It may also contain other subsets, which correspond to instruct methods, used in LM-Polygraph.

Each subset contains two splits: train and test. Each split contains two string columns: "input", which corresponds to processed input for LM-Polygraph, and "output", which corresponds to processed output for LM-Polygraph.

Dataset Creation

Curation Rationale

This dataset is created in order to separate dataset creation code from benchmarking code.

Source Data

Data Collection and Processing

Data is collected from https://huggingface.co/datasets/wmt19 and processed by using build_dataset.py script in repository.

Who are the source data producers?

People who created https://huggingface.co/datasets/wmt19

Bias, Risks, and Limitations

This dataset contains the same biases, risks, and limitations as its source dataset https://huggingface.co/datasets/wmt19

Recommendations

Users should be made aware of the risks, biases and limitations of the dataset.