user_reviews / README.md
Louis-Dupont's picture
Upload dataset
bb7974a verified
metadata
dataset_info:
  features:
    - name: review
      dtype: string
    - name: target
      dtype: string
    - name: target_schema
      dtype: string
    - name: product
      struct:
        - name: company
          dtype: string
        - name: description
          dtype: string
        - name: features
          sequence: string
        - name: product_name
          dtype: string
    - name: prompt
      dtype: string
  splits:
    - name: train
      num_bytes: 470605
      num_examples: 180
    - name: test
      num_bytes: 157547
      num_examples: 60
    - name: validation
      num_bytes: 156009
      num_examples: 60
  download_size: 161751
  dataset_size: 784161
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*