aihpi commited on
Commit
3b76550
1 Parent(s): 9c60198

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -19,3 +19,14 @@ configs:
19
  - split: train
20
  path: data/train-*
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
19
  - split: train
20
  path: data/train-*
21
  ---
22
+
23
+ # 20newsgroups Demo
24
+ This 20 newgroups dataset is a filtered version containing only the "atheism.alt" and "soc.religion.christian". It is based on the [SetFit/20_newsgroups](https://huggingface.co/datasets/SetFit/20_newsgroups) dataset.
25
+ This dataset is used for our workshops at the [AI Maker Community](https://aimaker.community/), a project sponsored by the Federal Ministry of Education and Research in Germany.
26
+
27
+ # Original Dataset
28
+ This is a version of the [20 newsgroups dataset](https://scikit-learn.org/0.19/datasets/twenty_newsgroups.html#the-20-newsgroups-text-dataset) that is provided in Scikit-learn. From the Scikit-learn docs:
29
+
30
+ > The 20 newsgroups dataset comprises around 18000 newsgroups posts on 20 topics split in two subsets: one for training (or development) and the other one for testing (or for performance evaluation). The split between the train and test set is based upon a messages posted before and after a specific date.
31
+
32
+ We followed the [recommended practice](https://scikit-learn.org/0.19/datasets/twenty_newsgroups.html#filtering-text-for-more-realistic-training) to remove headers, signature blocks, and quotations from each news article.