Drunper commited on
Commit
571bd94
1 Parent(s): 0628ea2
Files changed (1) hide show
  1. metrica_tesi.py +1 -1
metrica_tesi.py CHANGED
@@ -80,7 +80,7 @@ class MetricaTesi(evaluate.Metric):
80
  {
81
  "predictions": datasets.Value("int32"),
82
  "references": datasets.Value("int32"),
83
- "n": datasets.Value("int32"),
84
  }
85
  ),
86
  # Homepage of the module for documentation
 
80
  {
81
  "predictions": datasets.Value("int32"),
82
  "references": datasets.Value("int32"),
83
+ "actions_seen": datasets.Value("int32"),
84
  }
85
  ),
86
  # Homepage of the module for documentation