tanmaylaud
commited on
Commit
•
1efaea4
1
Parent(s):
1345434
added scidcc
Browse files- climabench.py +1 -1
climabench.py
CHANGED
@@ -333,7 +333,7 @@ class Climabench(datasets.GeneratorBasedBuilder):
|
|
333 |
"Genetically Modified",
|
334 |
"Microbes",
|
335 |
],
|
336 |
-
data_dir="all_data",
|
337 |
text_features={"title": "Title", "summary": "Summary", "body": "Body"},
|
338 |
label_column="Category",
|
339 |
citation=textwrap.dedent(
|
|
|
333 |
"Genetically Modified",
|
334 |
"Microbes",
|
335 |
],
|
336 |
+
data_dir="all_data/SciDCC",
|
337 |
text_features={"title": "Title", "summary": "Summary", "body": "Body"},
|
338 |
label_column="Category",
|
339 |
citation=textwrap.dedent(
|