mtiessler's picture
Upload README.md with huggingface_hub
a66d0bd verified
|
raw
history blame
734 Bytes
metadata
license: mit
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: 'Unnamed: 0'
      dtype: int64
    - name: app_name
      dtype: string
    - name: categoryId
      dtype: string
    - name: reviewId
      dtype: string
    - name: sentenceId
      dtype: int64
    - name: feature
      dtype: string
    - name: review
      dtype: string
    - name: sentence
      dtype: string
    - name: emotion-primary-agreement
      dtype: string
  splits:
    - name: train
      num_bytes: 55671
      num_examples: 139
    - name: test
      num_bytes: 27793
      num_examples: 60
  download_size: 71694
  dataset_size: 83464