Datasets:
| license: mit | |
| task_categories: | |
| - text-classification | |
| tags: | |
| - text-classification | |
| - sentiment-analysis | |
| - amazon | |
| - reviews | |
| - nlp | |
| - data-centric-ai | |
| # Amazon Text Demo Dataset | |
| This dataset contains Amazon product review text for text classification demonstrations. | |
| ## Dataset Description | |
| A collection of Amazon product reviews useful for demonstrating text classification and data quality techniques. | |
| ## Usage | |
| ```python | |
| import pandas as pd | |
| # Load the dataset | |
| df = pd.read_csv("hf://datasets/Cleanlab/amazon-text-demo/amazon-text-demo.csv") | |
| print(df.head()) | |
| ``` | |
| ## License | |
| MIT License | |