AyoubChLin commited on
Commit
0f80ef5
1 Parent(s): 4d13ba1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -36,4 +36,23 @@ train-eval-index:
36
  col_mapping:
37
  text: text
38
  label: target
39
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  col_mapping:
37
  text: text
38
  label: target
39
+ ---
40
+
41
+ # CNN News Articles 2011-2022 Dataset
42
+
43
+ ## Introduction
44
+
45
+ This dataset contains CNN News Articles from 2011 to 2022 after basic cleaning. The dataset includes the following information:
46
+
47
+ Category
48
+ Full text
49
+
50
+ The data was downloaded from Kaggle at this URL: https://www.kaggle.com/datasets/hadasu92/cnn-articles-after-basic-cleaning. The dataset was split into two sets:
51
+
52
+ Train set with 32,218 examples
53
+ Test set with 5,686 examples
54
+ ## Usage
55
+ This dataset can be used for different natural language processing tasks such as text classification, text summarization, named entity recognition, and more. The dataset is available in Hugging Face Datasets with the ID AyoubChLin/CNN_News_Articles_2011-2022.
56
+
57
+ ## Acknowledgements
58
+ The data was collected by the Kaggle user [hadasu92](https://github.com/hadasu). The splitting of the dataset into train and test sets was performed by [CHERGUELAINE Ayoub](https://www.linkedin.com/in/ayoub-cherguelaine/) & [BOUBEKRI Faycal](https://www.linkedin.com/in/faycal-boubekri-832848199/).