wine_review / README.md
sunfu-chou's picture
Upload dataset
f0a9f5c verified
|
raw
history blame contribute delete
No virus
586 Bytes
metadata
dataset_info:
  features:
    - name: wine_id
      dtype: int64
    - name: country
      dtype: string
    - name: description
      dtype: string
    - name: designation
      dtype: string
    - name: points
      dtype: int64
    - name: price
      dtype: float64
  splits:
    - name: train
      num_bytes: 21093175.17523332
      num_examples: 68918
    - name: test
      num_bytes: 5273446.824766681
      num_examples: 17230
  download_size: 15007824
  dataset_size: 26366622
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*