karimtarektech commited on
Commit
5787f67
·
verified ·
1 Parent(s): 5ef32db

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -24
README.md CHANGED
@@ -1,27 +1,42 @@
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.
 
 
 
 
1
+ ---
2
+ dataset:
3
+ name: Flipboard Article Classifier Dataset
4
+ license: "CC BY 4.0"
5
+ annotations_creators:
6
+ - karimtarektech
7
+ language:
8
+ - en
9
+ size_categories:
10
+ - 1K<n<10K
11
+ task_categories:
12
+ - text-classification
13
+ tags:
14
+ - flipboard
15
+ - articles
16
+ - classification
17
+ pretty_name: Flipboard Article Classifier Dataset
18
+ dataset_info:
19
+ - version: 1.0.0
20
+ - dataset_size: 1 MB
21
+ ---
22
+
23
+ # Flipboard Article Classifier Dataset
24
+
25
+ This dataset consists of preprocessed articles categorized to help train text classification models. It’s designed to work well with Hugging Face AutoTrain, making it easier to create high-performance models for news categorization tasks.
26
+
27
+ ## Dataset Information
28
+
29
+ - **Format**: CSV
30
+ - **Columns**:
31
+ - `Title`: The title of the article.
32
+ - `Link`: The URL link to the article.
33
+ - `Categories`: A list of all categories that the article falls under.
34
+ - `Primary_Category`: The primary category assigned to the article.
35
+ - **Categories**: The dataset includes various categories representing different types of news articles, making it ideal for training models to classify news content automatically.
36
 
37
  ## License
38
 
39
+ This dataset is licensed under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) license. You are free to:
40
+
41
+ - **Share**: Copy and redistribute the material in any medium or format.
42
+ - **Adapt**: Remix, transform, and build upon the material for any purpose, even commercially.