Add files using upload-large-folder tool
Browse files- 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":
|
| 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 |
)
|