daniel-de-leon commited on
Commit
88ac74b
1 Parent(s): bfa693b

only accuracy

Browse files
Files changed (1) hide show
  1. test-suite.py +1 -1
test-suite.py CHANGED
@@ -7,7 +7,7 @@ from evaluate.evaluation_suite import SubTask
7
  # So what does it mean for this model to be evaluated on the second
8
  # dataset?
9
 
10
- metric = evaluate.combine(["accuracy", "recall", "precision", "f1"])
11
 
12
  class Suite(evaluate.EvaluationSuite):
13
 
 
7
  # So what does it mean for this model to be evaluated on the second
8
  # dataset?
9
 
10
+ metric = evaluate.combine(["accuracy"])
11
 
12
  class Suite(evaluate.EvaluationSuite):
13