Ronald Cardenas Acosta
commited on
Commit
•
7d23030
1
Parent(s):
4c8f84c
configs
Browse files
xwikis.py
CHANGED
@@ -46,6 +46,8 @@ _HOMEPAGE = "https://datashare.ed.ac.uk/handle/10283/4188"
|
|
46 |
# TODO: Add the licence for the dataset here if you can find it
|
47 |
_LICENSE = "CC BY-SA 4.0"
|
48 |
|
|
|
|
|
49 |
# TODO: Add link to the official dataset URLs here
|
50 |
# The HuggingFace dataset library don't host the datasets but only point to the original files
|
51 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
@@ -98,8 +100,6 @@ _URLs = {
|
|
98 |
class XWikis(datasets.GeneratorBasedBuilder):
|
99 |
"""TODO: Short description of my dataset."""
|
100 |
|
101 |
-
VERSION = datasets.Version("0.1.0")
|
102 |
-
|
103 |
|
104 |
# If you need to make complex sub-parts in the datasets with configurable options
|
105 |
# You can create your own builder configuration class to store attribute, inheriting from datasets.BuilderConfig
|
|
|
46 |
# TODO: Add the licence for the dataset here if you can find it
|
47 |
_LICENSE = "CC BY-SA 4.0"
|
48 |
|
49 |
+
VERSION = datasets.Version("0.1.0")
|
50 |
+
|
51 |
# TODO: Add link to the official dataset URLs here
|
52 |
# The HuggingFace dataset library don't host the datasets but only point to the original files
|
53 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
|
|
100 |
class XWikis(datasets.GeneratorBasedBuilder):
|
101 |
"""TODO: Short description of my dataset."""
|
102 |
|
|
|
|
|
103 |
|
104 |
# If you need to make complex sub-parts in the datasets with configurable options
|
105 |
# You can create your own builder configuration class to store attribute, inheriting from datasets.BuilderConfig
|