alvations commited on
Commit
ca8c990
1 Parent(s): 1d6b714

Add my new, shiny module.

Browse files
Files changed (1) hide show
  1. llm_harness_mistral_arc.py +1 -1
llm_harness_mistral_arc.py CHANGED
@@ -27,7 +27,7 @@ class llm_harness_mistral_arc(evaluate.Metric):
27
  citation=_CITATION,
28
  inputs_description=_KWARGS_DESCRIPTION,
29
  # This defines the format of each prediction and reference
30
- features=None,
31
  # Homepage of the module for documentation
32
  homepage="http://module.homepage",
33
  # Additional links to the codebase or references
 
27
  citation=_CITATION,
28
  inputs_description=_KWARGS_DESCRIPTION,
29
  # This defines the format of each prediction and reference
30
+ features={},
31
  # Homepage of the module for documentation
32
  homepage="http://module.homepage",
33
  # Additional links to the codebase or references