Translated-MNLI-0 / README.md
KoseiUemura's picture
Upload dataset
0f5d50d verified
metadata
dataset_info:
  features:
    - name: label_text
      dtype: string
    - name: src_text1
      dtype: string
    - name: src_text2
      dtype: string
    - name: tgt_text1
      dtype: string
    - name: tgt_text2
      dtype: string
    - name: lang
      dtype: string
  splits:
    - name: train
      num_bytes: 16845288
      num_examples: 40000
    - name: validation
      num_bytes: 2105661
      num_examples: 5000
    - name: test
      num_bytes: 2105661
      num_examples: 5000
  download_size: 12904199
  dataset_size: 21056610
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*