dbogdan commited on
Commit
206f36e
·
verified ·
1 Parent(s): 6fe8df0

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. dataset.py +2 -2
dataset.py CHANGED
@@ -24,11 +24,11 @@ class FreeformTableQA(GeneratorBasedBuilder):
24
  "id": Value("string"),
25
  "utterance": Value("string"),
26
  "target_value": Value("string"),
27
- "context": Features({
28
  "csv": Value("string"),
29
  "html": Value("string"),
30
  "tsv": Value("string"),
31
- }),
32
  }),
33
  supervised_keys=None,
34
  )
 
24
  "id": Value("string"),
25
  "utterance": Value("string"),
26
  "target_value": Value("string"),
27
+ "context": {
28
  "csv": Value("string"),
29
  "html": Value("string"),
30
  "tsv": Value("string"),
31
+ },
32
  }),
33
  supervised_keys=None,
34
  )