fredxlpy commited on
Commit
bd178b5
·
1 Parent(s): bf66ffb

update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ configs: # Optional. This can be used to pass additional parameters to the data
22
 
23
  ## ⚠️ Update
24
  We have updated the original dataset ([fredxlpy/LuxAlign_v1](https://huggingface.co/datasets/fredxlpy/LuxAlign_v1)) with the following improvements:
25
- - **Data Coverage**: Extended to news articles published up to **2nd December 2024** ((previously May 10, 2024)).
26
  - **Data Cleaning**: HTML tags that were previously undetected have now been removed.
27
  - **Sentence Splitting**: Improved sentence tokenizer performance to fix previously incorrect splits.
28
  - **Placeholder Tags**: Replaced phone numbers, email addresses, and URLs with `[phone]`, `[email]`, and `[url]` tags using regex patterns.
 
22
 
23
  ## ⚠️ Update
24
  We have updated the original dataset ([fredxlpy/LuxAlign_v1](https://huggingface.co/datasets/fredxlpy/LuxAlign_v1)) with the following improvements:
25
+ - **Data Coverage**: Extended to news articles published up to **2nd December 2024** (previously May 10, 2024).
26
  - **Data Cleaning**: HTML tags that were previously undetected have now been removed.
27
  - **Sentence Splitting**: Improved sentence tokenizer performance to fix previously incorrect splits.
28
  - **Placeholder Tags**: Replaced phone numbers, email addresses, and URLs with `[phone]`, `[email]`, and `[url]` tags using regex patterns.