csukuangfj
commited on
Commit
•
8acd3cd
1
Parent(s):
d238002
First commit.
Browse files- README.md +7 -0
- lang_phone/HLG.pt +3 -0
- lang_phone/L.pt +3 -0
- lang_phone/L_disambig.pt +3 -0
- lang_phone/Linv.pt +3 -0
- lang_phone/lexicon.txt +4 -0
- lang_phone/lexicon_disambig.txt +4 -0
- lang_phone/tokens.txt +7 -0
- lang_phone/words.txt +8 -0
- lm/G.arpa +12 -0
- lm/G.fst.txt +6 -0
- pretrained.pt +3 -0
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
## Pre-trained TDNN models for the yesno dataset with icefall.
|
3 |
+
|
4 |
+
Refer to <https://github.com/k2-fsa/icefall/tree/master/egs/yesno/ASR>
|
5 |
+
for more information about this pre-trained model.
|
6 |
+
|
7 |
+
You can find usage instructions there.
|
lang_phone/HLG.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1503f864ba798b910e2fcabaddc1b1a254ef2f3e699a20059d4a28399632205c
|
3 |
+
size 2780
|
lang_phone/L.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db1d076adccdaa3fdaee54248d6248319e6406b1de120ed7390bbd3c86094014
|
3 |
+
size 1281
|
lang_phone/L_disambig.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b0fb9ca7e6264c1c758dc06887ca2863adb26f3ee92c36a6aeb60279c406821
|
3 |
+
size 1281
|
lang_phone/Linv.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15594b3e4819e9a9c2fc948547fe32c3763f006bbbfd7f83e60bd23c54c84027
|
3 |
+
size 1281
|
lang_phone/lexicon.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<SIL> SIL
|
2 |
+
YES Y
|
3 |
+
NO N
|
4 |
+
<UNK> SIL
|
lang_phone/lexicon_disambig.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<SIL> SIL #1
|
2 |
+
YES Y
|
3 |
+
NO N
|
4 |
+
<UNK> SIL #2
|
lang_phone/tokens.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<eps> 0
|
2 |
+
N 1
|
3 |
+
SIL 2
|
4 |
+
Y 3
|
5 |
+
#0 4
|
6 |
+
#1 5
|
7 |
+
#2 6
|
lang_phone/words.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<eps> 0
|
2 |
+
<SIL> 1
|
3 |
+
<UNK> 2
|
4 |
+
NO 3
|
5 |
+
YES 4
|
6 |
+
#0 5
|
7 |
+
<s> 6
|
8 |
+
</s> 7
|
lm/G.arpa
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
\data\
|
3 |
+
ngram 1=4
|
4 |
+
|
5 |
+
\1-grams:
|
6 |
+
-1 NO
|
7 |
+
-1 YES
|
8 |
+
-99 <s>
|
9 |
+
-1 </s>
|
10 |
+
|
11 |
+
\end\
|
12 |
+
|
lm/G.fst.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
0 0 3 3 2.30259
|
3 |
+
0 0 4 4 2.30259
|
4 |
+
0 2.30259
|
5 |
+
|
6 |
+
|
pretrained.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4c9735333c26ee61cc78d43411dca541dcca6b8bd75bfbfcb1d20385843c710
|
3 |
+
size 57224
|