MNLI-FewShot2 / README.md
KoseiUemura's picture
Upload dataset
cd8ca2b verified
metadata
dataset_info:
  features:
    - name: text1
      dtype: string
    - name: text2
      dtype: string
    - name: label
      dtype: int64
    - name: idx
      dtype: int64
    - name: label_text
      dtype: string
    - name: instruction
      dtype: string
    - name: output
      dtype: string
    - name: conversations
      list:
        - name: from
          dtype: string
        - name: value
          dtype: string
  splits:
    - name: train
      num_bytes: 783504665
      num_examples: 392702
    - name: test
      num_bytes: 19470290
      num_examples: 9796
  download_size: 270201579
  dataset_size: 802974955
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*