vibhorag101's picture
Upload README.md with huggingface_hub
0ecabfa
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: ID
      dtype: string
    - name: text
      dtype: string
    - name: anger
      dtype: bool
    - name: anticipation
      dtype: bool
    - name: disgust
      dtype: bool
    - name: fear
      dtype: bool
    - name: joy
      dtype: bool
    - name: love
      dtype: bool
    - name: optimism
      dtype: bool
    - name: pessimism
      dtype: bool
    - name: sadness
      dtype: bool
    - name: surprise
      dtype: bool
    - name: trust
      dtype: bool
    - name: labels
      sequence: int64
  splits:
    - name: train
      num_bytes: 1219126
      num_examples: 6838
    - name: test
      num_bytes: 578728
      num_examples: 3259
    - name: validation
      num_bytes: 157658
      num_examples: 886
  download_size: 706992
  dataset_size: 1955512

Dataset Card for "sem_eval_2018_task_1_english_cleaned_labels"

More Information needed