spanish_dataset / README.md
dany0407's picture
Upload dataset
5c1f50a verified
metadata
dataset_info:
  features:
    - name: review_id
      dtype: string
    - name: product_id
      dtype: string
    - name: reviewer_id
      dtype: string
    - name: stars
      dtype: int64
    - name: review_body
      dtype: string
    - name: review_title
      dtype: string
    - name: language
      dtype: string
    - name: product_category
      dtype: string
  splits:
    - name: train
      num_bytes: 53175098
      num_examples: 200000
    - name: validation
      num_bytes: 1323930
      num_examples: 5000
    - name: test
      num_bytes: 1332319
      num_examples: 5000
  download_size: 30484947
  dataset_size: 55831347
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*