SetFit_mnli-copy / README.md
HyamMoussa's picture
Upload dataset
7c09739 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
  splits:
    - name: train
      num_bytes: 81688291
      num_examples: 392702
    - name: validation
      num_bytes: 2010723
      num_examples: 9815
    - name: test
      num_bytes: 2015186
      num_examples: 9796
  download_size: 54611333
  dataset_size: 85714200
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*