Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# LOreal_Product_Recommendation
|
9 |
+
|
10 |
+
tags: recommender_system, personalization, customer_preference
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'LOreal_Product_Recommendation' dataset is designed for use in Generative AI (GenAI) applications, particularly for building personalized recommender systems. The dataset consists of customer interactions, product details, and corresponding recommendation labels. Each record contains customer attributes, product information, and a label indicating the relevance or suitability of the product for the given customer's preferences.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```
|
21 |
+
Customer_ID, Age, Gender, Previous_Purchases, Product_ID, Product_Category, Price, Product_Description, Label
|
22 |
+
001, 28, Female, 5, P12345, Beauty, 39.99, "Organic Skin Care Set", Relevant
|
23 |
+
002, 34, Male, 3, P23456, Clothing, 49.99, "Eco-friendly T-shirt", Relevant
|
24 |
+
003, 22, Female, 10, P34567, Beauty, 19.99, "Essential Oil Diffuser", Not Relevant
|
25 |
+
004, 45, Male, 12, P45678, Electronics, 89.99, "Wireless Headphones", Relevant
|
26 |
+
005, 36, Female, 8, P56789, Home, 24.99, "Decorative Vase", Relevant
|
27 |
+
```
|
28 |
+
|
29 |
+
**Source of the data:**
|
30 |
+
|
31 |
+
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'LOreal datasey for GenAI':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=LOreal+datasey+for+GenAI&dataset=LOreal_Product_Recommendation&tags=recommender_system,+personalization,+customer_preference
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|