Datasets:
youssef101
commited on
Commit
•
6846fac
1
Parent(s):
522a295
Made the hidden WECIA challenge sets public
Browse files- artelingo.py +2 -2
artelingo.py
CHANGED
@@ -88,9 +88,9 @@ class Artelingo(datasets.GeneratorBasedBuilder):
|
|
88 |
version=VERSION, description="The full ArtELingo dataset"),
|
89 |
ArtelingoBuilderConfig(name='dev', splits=['val', 'test'],
|
90 |
version=VERSION, description="The Test and Val subsets of ArtELingo"),
|
91 |
-
ArtelingoBuilderConfig(name='wecia-emo', splits=['dev'],
|
92 |
version=VERSION, description="The Dev set of the WECIA Emotion Prediction challenge"),
|
93 |
-
ArtelingoBuilderConfig(name='wecia-cap', splits=['dev'],
|
94 |
version=VERSION, description="The Dev set of the WECIA Affective Caption Generation challenge"),
|
95 |
]
|
96 |
DEFAULT_CONFIG_NAME = "artelingo"
|
|
|
88 |
version=VERSION, description="The full ArtELingo dataset"),
|
89 |
ArtelingoBuilderConfig(name='dev', splits=['val', 'test'],
|
90 |
version=VERSION, description="The Test and Val subsets of ArtELingo"),
|
91 |
+
ArtelingoBuilderConfig(name='wecia-emo', splits=['dev', 'hidden'],
|
92 |
version=VERSION, description="The Dev set of the WECIA Emotion Prediction challenge"),
|
93 |
+
ArtelingoBuilderConfig(name='wecia-cap', splits=['dev', 'hidden'],
|
94 |
version=VERSION, description="The Dev set of the WECIA Affective Caption Generation challenge"),
|
95 |
]
|
96 |
DEFAULT_CONFIG_NAME = "artelingo"
|