Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
intelli-zen
/
asr
like
0
Sleeping
App
Files
Files
Community
d9b0161
asr
/
toolbox
/
k2_sherpa
/
examples.py
HoneyTian
update
168b5c0
6 months ago
raw
Copy download link
history
blame
Safe
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"
,
],
]