add lm
Browse files- alphabet.json +1 -0
- language_model/attrs.json +1 -0
- language_model/common_voice.bin +3 -0
- language_model/unigrams.txt +0 -0
alphabet.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"labels": [" ", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "\u2047", "", "<s>", "</s>"], "is_bpe": false}
|
language_model/attrs.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"alpha": 0.5, "beta": 1.5, "unk_score_offset": -10.0, "score_boundary": true}
|
language_model/common_voice.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:039a4decb556810bfa7c45d7dc6742259bc79b90a5664901fe247af9d3f2f5a5
|
3 |
+
size 12240125
|
language_model/unigrams.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|