雾聪
2024-06-26 38c1f6393a16f4d15a8897647b8f8693a48f737d
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)