karimtarektech commited on
Commit
5ef32db
·
verified ·
1 Parent(s): 43ce41f

Upload 2 files

Browse files
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Flipboard Articles Classification Dataset
3
+
4
+ This dataset contains a collection of 2,300 articles sourced from Flipboard, organized for a text classification task. Each article is labeled with a primary category, which can be used for training machine learning models to classify articles into predefined categories.
5
+
6
+ ## Dataset Structure
7
+
8
+ The dataset includes the following columns:
9
+
10
+ - **Title**: The title of the article.
11
+ - **Link**: The URL to the article.
12
+ - **Categories**: A list of categories that the article belongs to.
13
+ - **Primary_Category**: The main category assigned to the article.
14
+
15
+ ## Example Row
16
+
17
+ | Title | Link | Categories | Primary_Category |
18
+ |-----------------------------------|--------------------------------------------------|----------------------------------|------------------|
19
+ | Example Article Title | https://www.example.com/article1 | Tech, Science, Innovation | Tech |
20
+
21
+ ## Usage
22
+
23
+ This dataset is ideal for training text classification models, particularly for tasks like news categorization or content recommendation.
24
+
25
+ ## License
26
+
27
+ This dataset is released under a free license for public use. You are free to use, share, and adapt the content, even for commercial purposes. However, please ensure to mention Karim Tarek as the original creator when using this dataset.
filtered_flipboard_articles_ready_for_autotrain.csv ADDED
The diff for this file is too large to render. See raw diff