fix
Browse files
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/"]
|