berkatil commited on
Commit
ad1efb4
·
1 Parent(s): 4fe73c9
Files changed (1) hide show
  1. map.py +1 -2
map.py CHANGED
@@ -73,8 +73,7 @@ class map(evaluate.Metric):
73
  # This defines the format of each prediction and reference
74
  features=datasets.Features({
75
  'predictions': datasets.Value("string"),
76
- 'references': datasets.Value("string"),
77
- 'k': datasets.Value("int32")
78
  }),
79
  # Homepage of the module for documentation
80
  reference_urls=["https://amenra.github.io/ranx/"]
 
73
  # This defines the format of each prediction and reference
74
  features=datasets.Features({
75
  'predictions': datasets.Value("string"),
76
+ 'references': datasets.Value("string")
 
77
  }),
78
  # Homepage of the module for documentation
79
  reference_urls=["https://amenra.github.io/ranx/"]