Upload ablit.py
Browse files
ablit.py
CHANGED
@@ -52,7 +52,8 @@ _HOMEPAGE = "https://github.com/roemmele/AbLit"
|
|
52 |
# TODO: Add the licence for the dataset here if you can find it
|
53 |
_LICENSE = ""
|
54 |
|
55 |
-
_PASSAGE_SIZES = ["
|
|
|
56 |
|
57 |
# TODO: Add link to the official dataset URLs here
|
58 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
|
|
52 |
# TODO: Add the licence for the dataset here if you can find it
|
53 |
_LICENSE = ""
|
54 |
|
55 |
+
_PASSAGE_SIZES = ["chapters", "rows", "sentences",
|
56 |
+
"paragraphs", "chunks-10-sentences"]
|
57 |
|
58 |
# TODO: Add link to the official dataset URLs here
|
59 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|