Datasets:
Fix
Browse files
scat.py
CHANGED
@@ -120,6 +120,7 @@ class Scat(datasets.GeneratorBasedBuilder):
|
|
120 |
"fr_with_tags": datasets.Value("string"),
|
121 |
"contrast_fr_with_tags": datasets.Value("string"),
|
122 |
"has_supporting_context": datasets.Value("bool"),
|
|
|
123 |
}
|
124 |
)
|
125 |
return datasets.DatasetInfo(
|
|
|
120 |
"fr_with_tags": datasets.Value("string"),
|
121 |
"contrast_fr_with_tags": datasets.Value("string"),
|
122 |
"has_supporting_context": datasets.Value("bool"),
|
123 |
+
"has_supporting_preceding_context": datasets.Value("bool"),
|
124 |
}
|
125 |
)
|
126 |
return datasets.DatasetInfo(
|