Drunper commited on
Commit
16a7830
1 Parent(s): 389a2f6
Files changed (1) hide show
  1. metrica_tesi.py +2 -2
metrica_tesi.py CHANGED
@@ -79,8 +79,8 @@ class MetricaTesi(evaluate.Metric):
79
  # This defines the format of each prediction and reference
80
  features=datasets.Features(
81
  {
82
- "predictions": datasets.Value("int64"),
83
- "references": datasets.Value("int64"),
84
  }
85
  ),
86
  # Homepage of the module for documentation
 
79
  # This defines the format of each prediction and reference
80
  features=datasets.Features(
81
  {
82
+ "predictions": datasets.Value("string", id="sequence"),
83
+ "references": datasets.Value("string", id="sequence"),
84
  }
85
  ),
86
  # Homepage of the module for documentation