Commit ·
a35f85a
1
Parent(s): c4102a7
wip
Browse files- test_dataset.py +1 -1
test_dataset.py
CHANGED
|
@@ -58,7 +58,7 @@ class TestDatasetEvals(datasets.GeneratorBasedBuilder):
|
|
| 58 |
TestDatasetConfig(
|
| 59 |
name="juggernaut",
|
| 60 |
description= "this is a test dataset for our unit test intergrating HF datasets" ,
|
| 61 |
-
text_features={"context": "context", "
|
| 62 |
data_dir="heroes",
|
| 63 |
),
|
| 64 |
TestDatasetConfig(
|
|
|
|
| 58 |
TestDatasetConfig(
|
| 59 |
name="juggernaut",
|
| 60 |
description= "this is a test dataset for our unit test intergrating HF datasets" ,
|
| 61 |
+
text_features={"context": "context", "continuation": "continuation"},
|
| 62 |
data_dir="heroes",
|
| 63 |
),
|
| 64 |
TestDatasetConfig(
|