--- dataset_info: features: - name: review_id dtype: string - name: content dtype: string - name: rating dtype: int64 - name: created_at dtype: string - name: author_name dtype: string - name: author_image dtype: string - name: thumbs_up_count dtype: int64 - name: app_version dtype: string - name: review_created_version dtype: string - name: platform dtype: string - name: country dtype: string - name: language dtype: string - name: collected_at dtype: string - name: developer_response_content dtype: float64 - name: developer_response_timestamp dtype: float64 splits: - name: train num_bytes: 2022521 num_examples: 5000 download_size: 973916 dataset_size: 2022521 configs: - config_name: default data_files: - split: train path: data/train-* ---