File size: 239 Bytes
0c7d9c9
 
 
 
 
1
2
3
4
5
6
"""Post-processing helpers copied for the HF Task 1 submission."""

from .answer_normalization import infer_question_type_for_normalization, normalize_prediction

__all__ = ["normalize_prediction", "infer_question_type_for_normalization"]