Yabin Li
2024-06-27 d9529818f54e83faed5ca93ee3cbcc59a8195b8b
examples/industrial_data_pretraining/sense_voice/demo_ctc.py
@@ -18,8 +18,8 @@
res = model.generate(
    input=input_file,
    cache={},
    language="zh",
    text_norm="wotextnorm",
    language="auto",
    text_norm="woitn",
)
print(res)