atmallen's picture
Upload README.md with huggingface_hub
e284bb4
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: content
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': neg
            '1': pos
    - name: embedding
      sequence: float32
    - name: title
      dtype: string
  splits:
    - name: train
      num_bytes: 7148364432
      num_examples: 3600000
    - name: test
      num_bytes: 19940712
      num_examples: 10000
  download_size: 3903677724
  dataset_size: 7168305144

Dataset Card for "amazon_polarity_embeddings_random0"

More Information needed