Qi Wang commited on
Commit
ba378e6
·
1 Parent(s): 0110bba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -16,8 +16,12 @@ size_categories:
16
  ---
17
 
18
  It's the English content dumped from 2023-10-01 version of Wikipedia dump site.
 
19
  The format is similar with "[datasets/wikipedia](https://huggingface.co/datasets/wikipedia?row=0)". It has use same method to clean the text.
 
20
  However, I ommitted the 'url' field because it follows the same format: "https://en.wikipedia.org/wiki/[title]".
21
 
 
22
  Another change is the title. I merged the "REDIRECTED" title with its original and use comma as seperator.
 
23
  For example, the title "An American in Paris, AnAmericanInParis" means "An American in Paris" and "AnAmericanInParis" points to the same content.
 
16
  ---
17
 
18
  It's the English content dumped from 2023-10-01 version of Wikipedia dump site.
19
+
20
  The format is similar with "[datasets/wikipedia](https://huggingface.co/datasets/wikipedia?row=0)". It has use same method to clean the text.
21
+
22
  However, I ommitted the 'url' field because it follows the same format: "https://en.wikipedia.org/wiki/[title]".
23
 
24
+
25
  Another change is the title. I merged the "REDIRECTED" title with its original and use comma as seperator.
26
+
27
  For example, the title "An American in Paris, AnAmericanInParis" means "An American in Paris" and "AnAmericanInParis" points to the same content.