Datasets:
tau
/

Modalities:
Text
Libraries:
Datasets
Uri commited on
Commit
1a5723d
·
1 Parent(s): 89c5f61

Update fs.py

Browse files
Files changed (1) hide show
  1. fs.py +1 -1
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", "input", "output"]
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(