ianporada commited on
Commit
7b13f40
·
1 Parent(s): 5c9eeec

Upload davis_pdp.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. davis_pdp.py +1 -6
davis_pdp.py CHANGED
@@ -62,14 +62,9 @@ class WinogradWSC(datasets.GeneratorBasedBuilder):
62
  BUILDER_CONFIG_CLASS = WinogradWSCConfig
63
  BUILDER_CONFIGS = [
64
  WinogradWSCConfig(
65
- name="wsc285",
66
  description="Full set of winograd examples",
67
  ),
68
- WinogradWSCConfig(
69
- name="wsc273",
70
- description="A commonly-used subset of examples. Identical to 'wsc285' but without the last 12 examples.",
71
- inds=list(range(273)),
72
- ),
73
  ]
74
 
75
  def _info(self):
 
62
  BUILDER_CONFIG_CLASS = WinogradWSCConfig
63
  BUILDER_CONFIGS = [
64
  WinogradWSCConfig(
65
+ name="davis_pdp",
66
  description="Full set of winograd examples",
67
  ),
 
 
 
 
 
68
  ]
69
 
70
  def _info(self):