Datasets:
fixed a bug
Browse files
swiss_ruling_summarization.py
CHANGED
@@ -52,12 +52,12 @@ _LICENSE = ""
|
|
52 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
53 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
54 |
_URLS = {
|
55 |
-
"full": "https://huggingface.co/datasets/rcds/
|
56 |
}
|
57 |
|
58 |
|
59 |
class SwissRulingSummarization(datasets.GeneratorBasedBuilder):
|
60 |
-
"""This dataset contains court decision for
|
61 |
|
62 |
VERSION = datasets.Version("1.0.0")
|
63 |
|
|
|
52 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
53 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
54 |
_URLS = {
|
55 |
+
"full": "https://huggingface.co/datasets/rcds/swiss_ruling_summarization/resolve/main/data"
|
56 |
}
|
57 |
|
58 |
|
59 |
class SwissRulingSummarization(datasets.GeneratorBasedBuilder):
|
60 |
+
"""This dataset contains court decision for swiss ruling summarization task."""
|
61 |
|
62 |
VERSION = datasets.Version("1.0.0")
|
63 |
|