diff --git a/examples/speech_to_text/scripts/gender/INES_eval.py b/examples/speech_to_text/scripts/gender/INES_eval.py index e08f0294..bd55ca56 100644 --- a/examples/speech_to_text/scripts/gender/INES_eval.py +++ b/examples/speech_to_text/scripts/gender/INES_eval.py @@ -168,6 +168,7 @@ def print_acc_scores(out_scores): Version: 1.0 """ + print("INES_eval v1.0") parser = argparse.ArgumentParser() parser.add_argument('--input', required=True, type=str, metavar='FILE', help='Input file to be used to compute scores (it must be tokenized).') diff --git a/examples/speech_to_text/scripts/gender/mustshe_gender_accuracy.py b/examples/speech_to_text/scripts/gender/mustshe_gender_accuracy.py index 99ef403c..1ab5bf82 100644 --- a/examples/speech_to_text/scripts/gender/mustshe_gender_accuracy.py +++ b/examples/speech_to_text/scripts/gender/mustshe_gender_accuracy.py @@ -195,6 +195,7 @@ def print_scores(category_scores: Dict[str, MuSTSheScores], print_latex: bool = Version: 1.1 """ + print("mustshe_gender_accuracy v1.1") parser = argparse.ArgumentParser() parser.add_argument('--input', required=True, type=str, metavar='FILE', help='Input file to be used to compute accuracies (it must be tokenized).')