karimtarektech commited on
Commit
26ed3a7
·
verified ·
1 Parent(s): 5787f67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -27
README.md CHANGED
@@ -1,25 +1,20 @@
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.
@@ -32,11 +27,4 @@ This dataset consists of preprocessed articles categorized to help train text cl
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.
 
1
  ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - flipboard
9
+ - articles
10
+ - classification
11
+ - news
12
+ pretty_name: Flipboard Article Classifier Dataset
13
+ size_categories:
14
+ - 1K<n<10K
 
 
 
 
 
 
15
  ---
16
 
17
+
18
  # Flipboard Article Classifier Dataset
19
 
20
  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.
 
27
  - `Link`: The URL link to the article.
28
  - `Categories`: A list of all categories that the article falls under.
29
  - `Primary_Category`: The primary category assigned to the article.
30
+ - **Categories**: The dataset includes various categories representing different types of news articles, making it ideal for training models to classify news content automatically.