Felix
commited on
Commit
•
bdf230e
1
Parent(s):
2bcc84f
link data to official GitHub repo
Browse files- superlim-2.py +5 -2
superlim-2.py
CHANGED
@@ -114,8 +114,11 @@ The original dataset can be found here https://github.com/trtm/AURC. The test s
|
|
114 |
|
115 |
_argumentation_sentences_DESCRIPTION_CITATION = """\
|
116 |
"""
|
117 |
-
|
118 |
-
|
|
|
|
|
|
|
119 |
_TASKS = {
|
120 |
"absabank-imm": "absabank-imm",
|
121 |
"argumentation_sent":"argumentation-sentences",
|
|
|
114 |
|
115 |
_argumentation_sentences_DESCRIPTION_CITATION = """\
|
116 |
"""
|
117 |
+
|
118 |
+
_RELEASE_VERSION = "2.0.1"
|
119 |
+
_GH_REPOSITORY = "https://raw.githubusercontent.com/spraakbanken/SuperLim-2/"
|
120 |
+
_URL = f"{_GH_REPOSITORY}/{_RELEASE_VERSION}/"
|
121 |
+
|
122 |
_TASKS = {
|
123 |
"absabank-imm": "absabank-imm",
|
124 |
"argumentation_sent":"argumentation-sentences",
|