TheUnknot commited on
Commit
75ece80
·
1 Parent(s): 879895d

adding first plot

Browse files
Files changed (2) hide show
  1. README.md +23 -2
  2. plots/pipeline_size_funnel.png +3 -0
README.md CHANGED
@@ -11,6 +11,7 @@ license: mit
11
  ## Summary
12
 
13
 
 
14
  ## Included Content
15
 
16
  - `domain`: Domain name from the website.
@@ -23,7 +24,10 @@ license: mit
23
  CDB Cleaned is pre-processed with [nemo-curator](https://github.com/NVIDIA-NeMo/Curator). We processed the text with the following steps:
24
 
25
 
26
- ### Text-Cleaning
 
 
 
27
 
28
  * `UnicodeReformatter`: Uses [ftfy](https://ftfy.readthedocs.io/en/latest/) to fix broken Unicode characters.
29
 
@@ -35,9 +39,26 @@ CDB Cleaned is pre-processed with [nemo-curator](https://github.com/NVIDIA-NeMo/
35
 
36
  * `Fuzzy Deduplication`: Uses MinHash and Locality Sensitive Hashing to find and remove near-duplicated documents.
37
 
38
- ### Language Management
 
 
39
 
40
  * `FastText Language ID`: To label multilingual content at scale we utilize the [FastText](https://fasttext.cc/docs/en/language-identification.html) language identification model.
41
 
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
 
11
  ## Summary
12
 
13
 
14
+
15
  ## Included Content
16
 
17
  - `domain`: Domain name from the website.
 
24
  CDB Cleaned is pre-processed with [nemo-curator](https://github.com/NVIDIA-NeMo/Curator). We processed the text with the following steps:
25
 
26
 
27
+
28
+ ### Filtering
29
+
30
+ #### Text-Cleaning
31
 
32
  * `UnicodeReformatter`: Uses [ftfy](https://ftfy.readthedocs.io/en/latest/) to fix broken Unicode characters.
33
 
 
39
 
40
  * `Fuzzy Deduplication`: Uses MinHash and Locality Sensitive Hashing to find and remove near-duplicated documents.
41
 
42
+ ### Labelling
43
+
44
+ #### Language Management
45
 
46
  * `FastText Language ID`: To label multilingual content at scale we utilize the [FastText](https://fasttext.cc/docs/en/language-identification.html) language identification model.
47
 
48
 
49
+ #### Quality Labelling
50
+
51
+ * `FastText Quality Filtering`: We train our own quality filterer here, and label each row with a quality rating.
52
+
53
+
54
+ The filtering reduces the text size as follows ![gb_size](plots/pipeline_size_funnel.png)
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
 
plots/pipeline_size_funnel.png ADDED

Git LFS Details

  • SHA256: b677914c10d9122904d23ec3fa71f9cb130bf269f71a2059a76fbb112630e408
  • Pointer size: 130 Bytes
  • Size of remote file: 56.1 kB