Datasets:
KaraKaraWitch
commited on
Commit
•
fa217ce
1
Parent(s):
f9e445a
Update README.md
Browse files
README.md
CHANGED
@@ -73,7 +73,8 @@ MDN lists the following languages:
|
|
73 |
|
74 |
### Processing
|
75 |
|
76 |
-
We obtained a list of pages to download with the MDN's [sitemap.xml.](https://developer.mozilla.org/sitemap.xml) This was manually downloaded.
|
|
|
77 |
|
78 |
For the actual html processing, we recommend reading the code found in the file: `MDNClean.py`.
|
79 |
|
@@ -86,6 +87,9 @@ The file itself is a typer application with the following commands:
|
|
86 |
- cleans a folder. saving each the cleaned text to a final jsonl.
|
87 |
```
|
88 |
|
|
|
|
|
|
|
89 |
### Data Instances
|
90 |
|
91 |
Refer to this sample to see all the relavant fields.
|
@@ -124,7 +128,7 @@ You may use them as a banner image. However, you must always link back to the da
|
|
124 |
@misc{MDN,
|
125 |
title = {MDN},
|
126 |
author = {KaraKaraWitch, recursal.ai},
|
127 |
-
year = {
|
128 |
howpublished = {\url{https://huggingface.co/datasets/recursal/MDN}},
|
129 |
}
|
130 |
```
|
|
|
73 |
|
74 |
### Processing
|
75 |
|
76 |
+
We obtained a list of pages to download with the MDN's [sitemap.xml.](https://developer.mozilla.org/sitemap.xml) This was manually downloaded.
|
77 |
+
For each sitemap, we scrape the website. saving the raw html responses for further filtering and cleaning.
|
78 |
|
79 |
For the actual html processing, we recommend reading the code found in the file: `MDNClean.py`.
|
80 |
|
|
|
87 |
- cleans a folder. saving each the cleaned text to a final jsonl.
|
88 |
```
|
89 |
|
90 |
+
We have noted an issue where there could be a false positive virus-detection on 4 of the compressed files.
|
91 |
+
We have used the dataset in it's uncompressed form and didn't encounter any issues.
|
92 |
+
|
93 |
### Data Instances
|
94 |
|
95 |
Refer to this sample to see all the relavant fields.
|
|
|
128 |
@misc{MDN,
|
129 |
title = {MDN},
|
130 |
author = {KaraKaraWitch, recursal.ai},
|
131 |
+
year = {2024},
|
132 |
howpublished = {\url{https://huggingface.co/datasets/recursal/MDN}},
|
133 |
}
|
134 |
```
|