drug-reviews / README.md
Mouwiya's picture
Upload dataset
49eaabc verified
|
raw
history blame
No virus
662 Bytes
metadata
dataset_info:
  features:
    - name: patient_id
      dtype: int64
    - name: drugName
      dtype: string
    - name: condition
      dtype: string
    - name: review
      dtype: string
    - name: rating
      dtype: float64
    - name: date
      dtype: string
    - name: usefulCount
      dtype: int64
    - name: review_length
      dtype: int64
  splits:
    - name: train
      num_bytes: 16479750.174480557
      num_examples: 27703
    - name: test
      num_bytes: 27430466
      num_examples: 46108
  download_size: 25530005
  dataset_size: 43910216.17448056
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*