Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
---
|
2 |
license: cc-by-3.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-3.0
|
3 |
+
size_categories:
|
4 |
+
- 1K<n<10K
|
5 |
---
|
6 |
+
|
7 |
+
for context, deserialize the json into Node classes from: https://gist.github.com/UmarZein/4c46bc42323d0f61bd3494dec48f3fa4
|
8 |
+
|
9 |
+
the difference between this dataset and https://huggingface.co/datasets/umarzein/wikipedia-headings-20k is that this one is
|
10 |
+
more compact i.e.: the column `rootwards` is distinct so it saves space but you have to parse the json first
|