Update fs.py
Browse files
fs.py
CHANGED
@@ -87,7 +87,7 @@ class FSConfig(datasets.BuilderConfig):
|
|
87 |
class Fs(datasets.GeneratorBasedBuilder):
|
88 |
"""The SCROLLS benchmark."""
|
89 |
|
90 |
-
features = ["id", "pid", "
|
91 |
DEFAULT_WRITER_BATCH_SIZE = 1000 # because Narrative QA is a rather large dataset
|
92 |
BUILDER_CONFIGS = [
|
93 |
FSConfig(
|
|
|
87 |
class Fs(datasets.GeneratorBasedBuilder):
|
88 |
"""The SCROLLS benchmark."""
|
89 |
|
90 |
+
features = ["id", "pid", "source", "target"]
|
91 |
DEFAULT_WRITER_BATCH_SIZE = 1000 # because Narrative QA is a rather large dataset
|
92 |
BUILDER_CONFIGS = [
|
93 |
FSConfig(
|