Datasets:

Languages:
English
ArXiv:
License:
bhatta1 commited on
Commit
0b711bd
·
verified ·
1 Parent(s): 60229f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -98,7 +98,9 @@ Recently, IBM has introduced GneissWeb; a large dataset yielding around 10 trill
98
 
99
  1. fastText models used in the curation of GneissWeb
100
  1. [Quality Classifier](https://huggingface.co/ibm-granite/GneissWeb.Quality_annotator)
101
- 2. Classifiers for [Science](https://huggingface.co/ibm-granite/GneissWeb.Sci_classifier), [Technology](https://huggingface.co/ibm-granite/GneissWeb.Tech_classifier), [Medical](https://huggingface.co/ibm-granite/GneissWeb.Med_classifier) and [Education](https://huggingface.co/ibm-granite/GneissWeb.Edu_classifier)
 
 
102
 
103
  2. [Bloom filter](https://huggingface.co/ibm-granite/GneissWeb.bloom) built on the document ids of GneissWeb documents. This can be used to recreat GneissWeb using the document ids from FineWeb 1.1.0 or any version of Common Crawl
104
 
 
98
 
99
  1. fastText models used in the curation of GneissWeb
100
  1. [Quality Classifier](https://huggingface.co/ibm-granite/GneissWeb.Quality_annotator)
101
+ The fastText model takes as input text and classifies whether the text is ''high-quality'' (labeled as __label__hq) or ''low-quality'' (labeled as __label__cc). The model can be used with python (please refer to fasttext documentation for details on using fasttext classifiers) or with IBM Data Prep Kit (DPK) (please refer to the example notebook for using a fastText model with DPK).
102
+ The GneissWeb ensemble filter uses the confidence score given to __label__hq for filtering documents based on an appropriately chosen threshold. The fastText model is used along with [DCLM-fastText] (https://huggingface.co/mlfoundations/fasttext-oh-eli5) and other quality annotators.
103
+ 3. Classifiers for [Science](https://huggingface.co/ibm-granite/GneissWeb.Sci_classifier), [Technology](https://huggingface.co/ibm-granite/GneissWeb.Tech_classifier), [Medical](https://huggingface.co/ibm-granite/GneissWeb.Med_classifier) and [Education](https://huggingface.co/ibm-granite/GneissWeb.Edu_classifier)
104
 
105
  2. [Bloom filter](https://huggingface.co/ibm-granite/GneissWeb.bloom) built on the document ids of GneissWeb documents. This can be used to recreat GneissWeb using the document ids from FineWeb 1.1.0 or any version of Common Crawl
106