Datasets:

Modalities:
Image
Languages:
English
ArXiv:
Tags:
code
License:
eztao commited on
Commit
618d3b7
·
verified ·
1 Parent(s): 9f9e358

Update RefRef.py

Browse files
Files changed (1) hide show
  1. RefRef.py +3 -3
RefRef.py CHANGED
@@ -35,15 +35,15 @@ class RefRef(datasets.GeneratorBasedBuilder):
35
  BUILDER_CONFIG_CLASS = RefRefConfig
36
  BUILDER_CONFIGS = [
37
  RefRefConfig(
38
- name="single_non_convex",
39
  description="Single non-convex scene configuration for RefRef dataset.",
40
  ),
41
  RefRefConfig(
42
- name="multiple_non_convex",
43
  description="Multiple non-convex scene configuration for RefRef dataset.",
44
  ),
45
  RefRefConfig(
46
- name="single_convex",
47
  description="Single convex scene configuration for RefRef dataset.",
48
  )
49
  ]
 
35
  BUILDER_CONFIG_CLASS = RefRefConfig
36
  BUILDER_CONFIGS = [
37
  RefRefConfig(
38
+ name="single-non-convex",
39
  description="Single non-convex scene configuration for RefRef dataset.",
40
  ),
41
  RefRefConfig(
42
+ name="multiple-non-convex",
43
  description="Multiple non-convex scene configuration for RefRef dataset.",
44
  ),
45
  RefRefConfig(
46
+ name="single-convex",
47
  description="Single convex scene configuration for RefRef dataset.",
48
  )
49
  ]