StefanKrsteski commited on
Commit
41a2a61
·
verified ·
1 Parent(s): 9bd9fdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ This implementation applies heuristic rules derived from the [C4 dataset](https:
42
  **5. PII Filtering.**
43
  - Removed all Personally Identifiable Information (PII), including: Email addresses, IP addresses, Phone numbers.
44
 
45
- **6. Text Chunking and Cleaning:** Breaks texts into manageable chunks, each not exceeding 4000 characters, applied only for data sourced from MMORE. This step also involves correcting common errors that were identified after qualitative evaluation, deleting specific unwanted patterns texts.
46
 
47
 
48
  As a further cleaning step, we performed MinHash Deduplication after step 6. The deduplicated dataset is available [here](https://huggingface.co/datasets/LVSTCK/macedonian-corpus-cleaned-dedup).
 
42
  **5. PII Filtering.**
43
  - Removed all Personally Identifiable Information (PII), including: Email addresses, IP addresses, Phone numbers.
44
 
45
+ **6. Text Chunking and Cleaning:** Breaks texts into manageable chunks, each not exceeding 4000 characters while respecting sentence boundaries, applied only for data sourced from MMORE. This step also involves correcting common errors that were identified after qualitative evaluation, deleting specific unwanted patterns texts.
46
 
47
 
48
  As a further cleaning step, we performed MinHash Deduplication after step 6. The deduplicated dataset is available [here](https://huggingface.co/datasets/LVSTCK/macedonian-corpus-cleaned-dedup).