MySentimentAnwarBig / README.md
Anwaarma's picture
Upload README.md with huggingface_hub
3034a1c
|
raw
history blame contribute delete
No virus
680 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': Negative
            '1': Positive
  splits:
    - name: train
      num_bytes: 3402656
      num_examples: 14666
    - name: test
      num_bytes: 271618.95179553545
      num_examples: 1080
  download_size: 1986961
  dataset_size: 3674274.9517955356

Dataset Card for "MySentimentAnwarBig"

More Information needed