Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -76,15 +76,6 @@ This dataset underwent a comprehensive process of loading, cleaning, processing,
|
|
76 |
### Dataset Splitting for Machine Learning
|
77 |
- **Creation of Train, Test, and Eval Sets**: Used scikit-learn's `train_test_split` for dataset division.
|
78 |
|
79 |
-
### Hugging Face Dataset Preparation and Publishing
|
80 |
-
- **Conversion to Dataset Objects**: Converted each Pandas DataFrame (train, test, eval) into Hugging Face `Dataset` objects.
|
81 |
-
- **Dataset Dictionary Assembly**: Aggregated all splits into a `DatasetDict`.
|
82 |
-
- **Publishing to Hugging Face Hub**: The dataset was named "amazon-products" and pushed to the Hub for community access.
|
83 |
|
84 |
-
## Dataset Card Information
|
85 |
-
- **Configs**: The dataset is split into train, test, and eval configurations, with paths specified for each.
|
86 |
-
- **Features**: Includes fields for Product Name, Category, Description, Selling Price, Product Specification, and Image.
|
87 |
-
- **Splits**: Detailed information on the number of bytes and examples for each dataset split.
|
88 |
-
- **Sizes**: Download and total dataset size specifications are provided.
|
89 |
|
90 |
For further details or to contribute to enhancing the dataset card, please refer to the [Hugging Face Dataset Card Contribution Guide](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards).
|
|
|
76 |
### Dataset Splitting for Machine Learning
|
77 |
- **Creation of Train, Test, and Eval Sets**: Used scikit-learn's `train_test_split` for dataset division.
|
78 |
|
|
|
|
|
|
|
|
|
79 |
|
|
|
|
|
|
|
|
|
|
|
80 |
|
81 |
For further details or to contribute to enhancing the dataset card, please refer to the [Hugging Face Dataset Card Contribution Guide](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards).
|