游雁
2024-07-01 0650696dd05fa7d51723ab2e524f32bd3f3f7859
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)