In the current implementation, the denominator of the CER calculation is the reference (first) text's length:
But if you divide by the reference length instead of the maximum length, you can get CER contributions > 1.
AFAIK this is not correct. The Levenshtein edit distance is symmetrical, and so should be the rate calculation based on it.