tarashagarwal's picture
Upload dataset
34b47b5 verified
metadata
dataset_info:
  features:
    - name: text
      dtype: string
    - name: date
      dtype: string
    - name: gender
      dtype: string
    - name: age
      dtype: int64
    - name: job
      dtype: string
    - name: horoscope
      dtype: string
    - name: birth_year_est
      dtype: float64
    - name: is_genz
      dtype: int64
    - name: top_emotion
      dtype: string
    - name: emotion_conf
      dtype: float64
    - name: emotion_sentiment
      dtype: string
    - name: reddit_sentiment
      dtype: string
    - name: reddit_conf
      dtype: float64
    - name: emo1_label
      dtype: string
    - name: emo1_conf
      dtype: float64
    - name: emo2_label
      dtype: string
    - name: emo2_conf
      dtype: float64
    - name: emo3_label
      dtype: string
    - name: emo3_conf
      dtype: float64
    - name: emo4_label
      dtype: string
    - name: emo4_conf
      dtype: float64
    - name: emo5_label
      dtype: string
    - name: emo5_conf
      dtype: float64
    - name: masking
      dtype: int64
  splits:
    - name: train
      num_bytes: 52386666
      num_examples: 97962
    - name: validation
      num_bytes: 2947425
      num_examples: 5203
  download_size: 25832788
  dataset_size: 55334091
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*