Felix
commited on
Commit
•
931a667
1
Parent(s):
24ff1dc
revert back to HF data URL until GH repo becomes public
Browse files- superlim-2.py +2 -2
superlim-2.py
CHANGED
@@ -107,8 +107,8 @@ The original dataset can be found here https://github.com/trtm/AURC. The test s
|
|
107 |
|
108 |
_argumentation_sentences_DESCRIPTION_CITATION = """\
|
109 |
"""
|
110 |
-
|
111 |
-
_URL = "https://
|
112 |
_TASKS = {
|
113 |
"absabank": "absabank-imm",
|
114 |
"argumentation_sent":"argumentation-sentences",
|
|
|
107 |
|
108 |
_argumentation_sentences_DESCRIPTION_CITATION = """\
|
109 |
"""
|
110 |
+
# TODO: Add link to the official GitHub repo once it becomes public
|
111 |
+
_URL = "https://huggingface.co/datasets/sbx/superlim-2/raw/main/data/"
|
112 |
_TASKS = {
|
113 |
"absabank": "absabank-imm",
|
114 |
"argumentation_sent":"argumentation-sentences",
|