Datasets:
Tasks:
Visual Question Answering
Formats:
parquet
Sub-tasks:
visual-question-answering
Languages:
English
Size:
100K - 1M
ArXiv:
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- compguesswhat.py +1 -1
compguesswhat.py
CHANGED
@@ -6,7 +6,7 @@ import datasets
|
|
6 |
|
7 |
|
8 |
class CompguesswhatConfig(datasets.BuilderConfig):
|
9 |
-
"""
|
10 |
|
11 |
def __init__(self, data_url, splits, gameplay_scenario, **kwargs):
|
12 |
"""
|
|
|
6 |
|
7 |
|
8 |
class CompguesswhatConfig(datasets.BuilderConfig):
|
9 |
+
"""BuilderConfig for CompGuessWhat?!"""
|
10 |
|
11 |
def __init__(self, data_url, splits, gameplay_scenario, **kwargs):
|
12 |
"""
|