maxisawesome
commited on
Commit
•
5f726dd
1
Parent(s):
bda8cf0
wip
Browse files- test_dataset.py +1 -1
test_dataset.py
CHANGED
@@ -59,7 +59,7 @@ class TestDatasetEvals(datasets.GeneratorBasedBuilder):
|
|
59 |
name="juggernaut",
|
60 |
description= "this is a test dataset for our unit test intergrating HF datasets" ,
|
61 |
# TODO: unclear why "answer" is needed if juggernaut/data.jsonl has no "answer" key
|
62 |
-
text_features={"context": "context", "continuation": "
|
63 |
data_dir="heroes",
|
64 |
),
|
65 |
TestDatasetConfig(
|
|
|
59 |
name="juggernaut",
|
60 |
description= "this is a test dataset for our unit test intergrating HF datasets" ,
|
61 |
# TODO: unclear why "answer" is needed if juggernaut/data.jsonl has no "answer" key
|
62 |
+
text_features={"context": "context", "continuation": "continuation"},
|
63 |
data_dir="heroes",
|
64 |
),
|
65 |
TestDatasetConfig(
|