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 |
+
# NetflixRecommendation
|
9 |
+
|
10 |
+
tags: collaborative, personalized, implicit
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'NetflixRecommendation' dataset aims to facilitate research in collaborative filtering for personalized content recommendation systems. It contains a list of films, TV shows, and documentaries that have been recommended to users based on their viewing history, explicit preferences, and implicit feedback (such as watching duration, search frequency, etc.). Each row in the dataset represents a recommendation with a unique identifier, a label for the type of content (Movie, Series, or Documentary), and a label describing the genre and the main themes of the content. The labels are crafted to represent a wide range of genres and themes while avoiding the overuse of the key terms related to recommendation systems.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```csv
|
21 |
+
RecommendationID, ContentType, ContentLabel, Genre, MainTheme
|
22 |
+
1, Movie, Space Odyssey - Classic, Sci-Fi, Space Exploration
|
23 |
+
2, Series, The Crown: A Regal Tale, Historical Drama, Royalty and Politics
|
24 |
+
3, Documentary, Into the Depths: Ocean's Wonders, Nature, Oceanography
|
25 |
+
4, Movie, Coding for Champions, Technology, Education
|
26 |
+
5, Series, The Detective's Dilemma, Crime, Mystery and Investigation
|
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 'netflix':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=netflix&dataset=NetflixRecommendation&tags=collaborative,+personalized,+implicit
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|