Spaces:
Runtime error
Runtime error
csukuangfj
commited on
Commit
•
62a4157
1
Parent(s):
f3332c3
minor fixes
Browse files
examples.py
CHANGED
@@ -85,4 +85,27 @@ examples = [
|
|
85 |
4,
|
86 |
"./test_wavs/aishell2/ID0012W0215.wav",
|
87 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
]
|
|
|
85 |
4,
|
86 |
"./test_wavs/aishell2/ID0012W0215.wav",
|
87 |
],
|
88 |
+
# tal_csasr
|
89 |
+
# https://huggingface.co/luomingshuang/icefall_asr_tal-csasr_pruned_transducer_stateless5/tree/main/test_wavs
|
90 |
+
[
|
91 |
+
"Chinese",
|
92 |
+
"luomingshuang/icefall_asr_tal-csasr_pruned_transducer_stateless5",
|
93 |
+
"greedy_search",
|
94 |
+
4,
|
95 |
+
"./test_wavs/tal_csasr/210_36476_210_8341_1_1533271973_7057520_132.wav",
|
96 |
+
],
|
97 |
+
[
|
98 |
+
"Chinese",
|
99 |
+
"luomingshuang/icefall_asr_tal-csasr_pruned_transducer_stateless5",
|
100 |
+
"greedy_search",
|
101 |
+
4,
|
102 |
+
"./test_wavs/tal_csasr/210_36476_210_8341_1_1533271973_7057520_138.wav",
|
103 |
+
],
|
104 |
+
[
|
105 |
+
"Chinese",
|
106 |
+
"luomingshuang/icefall_asr_tal-csasr_pruned_transducer_stateless5",
|
107 |
+
"greedy_search",
|
108 |
+
4,
|
109 |
+
"./test_wavs/tal_csasr/210_36476_210_8341_1_1533271973_7057520_145.wav",
|
110 |
+
],
|
111 |
]
|
test_wavs/tal_csasr/210_36476_210_8341_1_1533271973_7057520_132.wav
ADDED
Binary file (163 kB). View file
|
|
test_wavs/tal_csasr/210_36476_210_8341_1_1533271973_7057520_138.wav
ADDED
Binary file (150 kB). View file
|
|
test_wavs/tal_csasr/210_36476_210_8341_1_1533271973_7057520_145.wav
ADDED
Binary file (283 kB). View file
|
|
test_wavs/tal_csasr/README.md
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Files are downloaded from
|
2 |
+
https://huggingface.co/luomingshuang/icefall_asr_tal-csasr_pruned_transducer_stateless5/tree/main/test_wavs
|