Initial commit: FunASR Speech Recognition Toolkit
Update API Documentation / build-api-docs (push) Has been cancelled
Update API Documentation / build-api-docs (push) Has been cancelled
Add complete FunASR codebase including models, runtime, and documentation.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
|
||||
\data\
|
||||
ngram 1=4
|
||||
ngram 2=2
|
||||
ngram 3=2
|
||||
|
||||
\1-grams:
|
||||
-5.234679 a -3.3
|
||||
-3.456783 b
|
||||
0.0000000 <s> -2.5
|
||||
-4.333333 </s>
|
||||
|
||||
\2-grams:
|
||||
-1.45678 a b -3.23
|
||||
-1.30490 <s> a -4.2
|
||||
|
||||
\3-grams:
|
||||
-0.34958 <s> a b
|
||||
-0.23940 a b </s>
|
||||
|
||||
\end\
|
||||
@@ -0,0 +1,20 @@
|
||||
|
||||
\data\
|
||||
ngram 1=4
|
||||
ngram 2=1
|
||||
ngram 3=2
|
||||
|
||||
\1-grams:
|
||||
-5.234679 a -3.3
|
||||
-3.456783 b
|
||||
0.0000000 <s> -2.5
|
||||
-4.333333 </s>
|
||||
|
||||
\2-grams:
|
||||
-1.30490 <s> a -4.2
|
||||
|
||||
\3-grams:
|
||||
-0.34958 <s> a b
|
||||
-0.23940 a b </s>
|
||||
|
||||
\end\
|
||||
@@ -0,0 +1,18 @@
|
||||
|
||||
\data\
|
||||
ngram 1=3
|
||||
ngram 2=1
|
||||
ngram 3=1
|
||||
|
||||
\1-grams:
|
||||
-5.234679 a -3.3
|
||||
-3.456783 b -3.0
|
||||
-4.333333 </s>
|
||||
|
||||
\2-grams:
|
||||
-1.45678 a b -3.23
|
||||
|
||||
\3-grams:
|
||||
-0.23940 a b </s>
|
||||
|
||||
\end\
|
||||
@@ -0,0 +1,26 @@
|
||||
|
||||
\data\
|
||||
ngram 1=4
|
||||
ngram 2=2
|
||||
ngram 3=2
|
||||
ngram 4=2
|
||||
|
||||
\1-grams:
|
||||
-5.234679 a -3.3
|
||||
-3.456783 b
|
||||
0.0000000 <s> -2.5
|
||||
-4.333333 </s>
|
||||
|
||||
\2-grams:
|
||||
-1.45678 a b -3.23
|
||||
-1.30490 <s> a -4.2
|
||||
|
||||
\3-grams:
|
||||
-0.34958 <s> a b
|
||||
-0.23940 a b </s>
|
||||
|
||||
\4-grams:
|
||||
-0.01888 <s> a b b
|
||||
-0.03333 <s> b b b
|
||||
|
||||
\end\
|
||||
Reference in New Issue
Block a user