Spaces:
Runtime error
Runtime error
Commit
·
692826d
1
Parent(s):
62a4157
add more test data
Browse files- examples.py +48 -3
- test_wavs/gigaspeech/1-minute-audiobook.opus +0 -0
- test_wavs/gigaspeech/100-seconds-podcast.opus +0 -0
- test_wavs/gigaspeech/100-seconds-youtube.opus +0 -0
- test_wavs/librispeech/1089-134686-0001.wav +0 -0
- test_wavs/librispeech/1221-135766-0001.wav +0 -0
- test_wavs/librispeech/1221-135766-0002.wav +0 -0
- test_wavs/librispeech/README.md +2 -0
- test_wavs/librispeech/trans.txt +3 -0
examples.py
CHANGED
|
@@ -85,24 +85,69 @@ examples = [
|
|
| 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,
|
|
|
|
| 85 |
4,
|
| 86 |
"./test_wavs/aishell2/ID0012W0215.wav",
|
| 87 |
],
|
| 88 |
+
# librispeech
|
| 89 |
+
# https://huggingface.co/csukuangfj/icefall-asr-librispeech-pruned-transducer-stateless5-2022-05-13/tree/main/test_wavs
|
| 90 |
+
[
|
| 91 |
+
"English",
|
| 92 |
+
"csukuangfj/icefall-asr-librispeech-pruned-transducer-stateless3-2022-05-13",
|
| 93 |
+
"greedy_search",
|
| 94 |
+
4,
|
| 95 |
+
"./test_wavs/librispeech/1089-134686-0001.wav",
|
| 96 |
+
],
|
| 97 |
+
[
|
| 98 |
+
"English",
|
| 99 |
+
"csukuangfj/icefall-asr-librispeech-pruned-transducer-stateless3-2022-05-13",
|
| 100 |
+
"greedy_search",
|
| 101 |
+
4,
|
| 102 |
+
"./test_wavs/librispeech/1221-135766-0001.wav",
|
| 103 |
+
],
|
| 104 |
+
[
|
| 105 |
+
"English",
|
| 106 |
+
"csukuangfj/icefall-asr-librispeech-pruned-transducer-stateless3-2022-05-13",
|
| 107 |
+
"greedy_search",
|
| 108 |
+
4,
|
| 109 |
+
"./test_wavs/librispeech/1221-135766-0002.wav",
|
| 110 |
+
],
|
| 111 |
+
# gigaspeech
|
| 112 |
+
[
|
| 113 |
+
"English",
|
| 114 |
+
"wgb14/icefall-asr-gigaspeech-pruned-transducer-stateless2",
|
| 115 |
+
"greedy_search",
|
| 116 |
+
4,
|
| 117 |
+
"./test_wavs/gigaspeech/1-minute-audiobook.opus",
|
| 118 |
+
],
|
| 119 |
+
[
|
| 120 |
+
"English",
|
| 121 |
+
"wgb14/icefall-asr-gigaspeech-pruned-transducer-stateless2",
|
| 122 |
+
"greedy_search",
|
| 123 |
+
4,
|
| 124 |
+
"./test_wavs/gigaspeech/100-seconds-podcast.opus",
|
| 125 |
+
],
|
| 126 |
+
[
|
| 127 |
+
"English",
|
| 128 |
+
"wgb14/icefall-asr-gigaspeech-pruned-transducer-stateless2",
|
| 129 |
+
"greedy_search",
|
| 130 |
+
4,
|
| 131 |
+
"./test_wavs/gigaspeech/100-seconds-youtube.opus",
|
| 132 |
+
],
|
| 133 |
# tal_csasr
|
| 134 |
# https://huggingface.co/luomingshuang/icefall_asr_tal-csasr_pruned_transducer_stateless5/tree/main/test_wavs
|
| 135 |
[
|
| 136 |
+
"Chinese+English",
|
| 137 |
"luomingshuang/icefall_asr_tal-csasr_pruned_transducer_stateless5",
|
| 138 |
"greedy_search",
|
| 139 |
4,
|
| 140 |
"./test_wavs/tal_csasr/210_36476_210_8341_1_1533271973_7057520_132.wav",
|
| 141 |
],
|
| 142 |
[
|
| 143 |
+
"Chinese+English",
|
| 144 |
"luomingshuang/icefall_asr_tal-csasr_pruned_transducer_stateless5",
|
| 145 |
"greedy_search",
|
| 146 |
4,
|
| 147 |
"./test_wavs/tal_csasr/210_36476_210_8341_1_1533271973_7057520_138.wav",
|
| 148 |
],
|
| 149 |
[
|
| 150 |
+
"Chinese+English",
|
| 151 |
"luomingshuang/icefall_asr_tal-csasr_pruned_transducer_stateless5",
|
| 152 |
"greedy_search",
|
| 153 |
4,
|
test_wavs/gigaspeech/1-minute-audiobook.opus
ADDED
|
Binary file (580 kB). View file
|
|
|
test_wavs/gigaspeech/100-seconds-podcast.opus
ADDED
|
Binary file (955 kB). View file
|
|
|
test_wavs/gigaspeech/100-seconds-youtube.opus
ADDED
|
Binary file (948 kB). View file
|
|
|
test_wavs/librispeech/1089-134686-0001.wav
ADDED
|
Binary file (212 kB). View file
|
|
|
test_wavs/librispeech/1221-135766-0001.wav
ADDED
|
Binary file (535 kB). View file
|
|
|
test_wavs/librispeech/1221-135766-0002.wav
ADDED
|
Binary file (154 kB). View file
|
|
|
test_wavs/librispeech/README.md
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Files are downloaded from
|
| 2 |
+
https://huggingface.co/csukuangfj/icefall-asr-librispeech-pruned-transducer-stateless5-2022-05-13/tree/main/test_wavs
|
test_wavs/librispeech/trans.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
1089-134686-0001 AFTER EARLY NIGHTFALL THE YELLOW LAMPS WOULD LIGHT UP HERE AND THERE THE SQUALID QUARTER OF THE BROTHELS
|
| 2 |
+
1221-135766-0001 GOD AS A DIRECT CONSEQUENCE OF THE SIN WHICH MAN THUS PUNISHED HAD GIVEN HER A LOVELY CHILD WHOSE PLACE WAS ON THAT SAME DISHONOURED BOSOM TO CONNECT HER PARENT FOR EVER WITH THE RACE AND DESCENT OF MORTALS AND TO BE FINALLY A BLESSED SOUL IN HEAVEN
|
| 3 |
+
1221-135766-0002 YET THESE THOUGHTS AFFECTED HESTER PRYNNE LESS WITH HOPE THAN APPREHENSION
|