diff --git a/speech_translate/utils/audio/file.py b/speech_translate/utils/audio/file.py index 8d41402..77c18c5 100644 --- a/speech_translate/utils/audio/file.py +++ b/speech_translate/utils/audio/file.py @@ -1177,6 +1177,8 @@ def run_mod(): "model": model_name_tc, "using_faster_whisper": sj.cache["use_faster_whisper"], "time": time() - start, + "model_args": model_args, + "whisper_args": mod_args, } f.write(json.dumps(meta, ensure_ascii=False, indent=4)) logger.debug("saved metadata")