MNLI-FewShot0-small / README.md
KoseiUemura's picture
Upload dataset
3743387 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: 95784291
      num_examples: 78540
    - name: test
      num_bytes: 2366070
      num_examples: 1959
  download_size: 33256662
  dataset_size: 98150361
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*