yangwang825's picture
Upload README.md with huggingface_hub
f04a76f
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype: int64
    - name: label_text
      dtype: string
  splits:
    - name: train
      num_bytes: 884164
      num_examples: 6920
    - name: validation
      num_bytes: 112712
      num_examples: 872
    - name: test
      num_bytes: 218641
      num_examples: 1821
  download_size: 722219
  dataset_size: 1215517

Dataset Card for "sst2-remove-stopwords-n2"

More Information needed