|
--- |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
- split: test |
|
path: data/test-* |
|
dataset_info: |
|
features: |
|
- name: brand |
|
dtype: |
|
class_label: |
|
names: |
|
'0': Amazon |
|
'1': AmazonBasics |
|
'2': Amazonbasics |
|
- name: primaryCategories |
|
dtype: string |
|
- name: reviews.numHelpful |
|
dtype: float64 |
|
- name: reviews.rating |
|
dtype: int64 |
|
- name: reviews.text |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 1107781.5 |
|
num_examples: 6000 |
|
- name: test |
|
num_bytes: 369260.5 |
|
num_examples: 2000 |
|
download_size: 704792 |
|
dataset_size: 1477042 |
|
task_categories: |
|
- text-classification |
|
- question-answering |
|
- feature-extraction |
|
language: |
|
- en |
|
pretty_name: Amazon Product Reviews by Datafiniti |
|
size_categories: |
|
- 1K<n<10K |
|
--- |
|
# Dataset Card for "amazon_product_reviews_datafiniti" |
|
|
|
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |