Joelito commited on
Commit
73ca737
1 Parent(s): 5ccde7b

fixed a bug

Browse files
Files changed (1) hide show
  1. swiss_ruling_summarization.py +2 -2
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/swiss_court_view_generation/resolve/main/data"
56
  }
57
 
58
 
59
  class SwissRulingSummarization(datasets.GeneratorBasedBuilder):
60
- """This dataset contains court decision for court view generation task."""
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