movie_review_large / README.md
ZefanCai's picture
Upload dataset
137448d verified
metadata
dataset_info:
  features:
    - name: prompt
      dtype: string
    - name: accept_response
      dtype: string
    - name: reject_response
      dtype: string
    - name: accept_choice
      dtype: int64
    - name: reject_choice
      dtype: int64
    - name: productId
      dtype: string
    - name: title
      dtype: string
    - name: selections
      sequence: float64
    - name: probabilities
      sequence: float64
    - name: accept_choice_id
      dtype: int64
    - name: reject_choice_id
      dtype: int64
  splits:
    - name: train
      num_bytes: 206634781
      num_examples: 73804
    - name: test
      num_bytes: 28276125
      num_examples: 10114
    - name: eval
      num_bytes: 25472301
      num_examples: 9155
  download_size: 93189599
  dataset_size: 260383207
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: eval
        path: data/eval-*