yelp_review / README.md
1T Conte
first commit
e40c071
metadata
language:
  - en
task_categories:
  - text-classification
dataset_info:
  - config_name: default
    features:
      - name: stars
        dtype:
          class_label:
            names:
              '0': 1 star
              '1': 2 stars
              '2': 3 stars
              '3': 4 stars
              '4': 5 stars
      - name: date
        dtype: string
      - name: text
        dtype: string
      - name: useful
        dtype: int16
      - name: funny
        dtype: int16
      - name: cool
        dtype: int16
  - config_name: polarity
    features:
      - name: stars
        dtype:
          class_label:
            names:
              '0': negative
              '1': positive
      - name: date
        dtype: string
      - name: text
        dtype: string
      - name: useful
        dtype: int16
      - name: funny
        dtype: int16
      - name: cool
        dtype: int16
configs:
  - config_name: default
    data_files:
      - split: complete
        path: reviews.parquet
    default: true
  - config_name: polarity
    data_files:
      - split: complete
        path: reviews_polarity.parquet