asr / examples.py
HoneyTian's picture
update
7e1376c
raw
history blame
No virus
244 Bytes
#!/usr/bin/python3
# -*- coding: utf-8 -*-
examples = [
[
"Chinese",
"csukuangfj/wenet-chinese-model",
"greedy_search",
4,
"Yes",
"./data/test_wavs/paraformer-zh/si_chuan_hua.wav",
],
]