TibetanCodexAITeam commited on
Commit
3d3a07e
·
verified ·
1 Parent(s): c03e652

Upload DONUT checkpoint checkpoint-154000 via PechaBridge

Browse files
Files changed (1) hide show
  1. repro/metrics.json +6 -0
repro/metrics.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "metric_name": "cer",
3
+ "definition": "sum(edit_distance(pred_norm, ref_norm)) / sum(max(1, len(ref_norm)))",
4
+ "aggregation": "global sums (DDP all_reduce)",
5
+ "empty_reference_policy": "references with empty normalized text are excluded from valid_n and counted in empty_ref_count"
6
+ }