Updated lm-boosted decoder
Browse files- alphabet.json +1 -0
- language_model/5gram.bin +3 -0
- language_model/attrs.json +1 -0
- language_model/unigrams.txt +0 -0
- preprocessor_config.json +1 -1
- tokenizer_config.json +1 -1
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/5gram.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:facff1f71a6bbe175414f455a1f36077ccffb9e8643ce66860db2a0ae06500ea
|
3 |
+
size 656090203
|
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/unigrams.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
preprocessor_config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"feature_size": 1,
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0,
|
7 |
-
"processor_class": "
|
8 |
"return_attention_mask": true,
|
9 |
"sampling_rate": 16000
|
10 |
}
|
|
|
4 |
"feature_size": 1,
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0,
|
7 |
+
"processor_class": "Wav2Vec2ProcessorWithLM",
|
8 |
"return_attention_mask": true,
|
9 |
"sampling_rate": 16000
|
10 |
}
|
tokenizer_config.json
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"extra_special_tokens": {},
|
41 |
"model_max_length": 1000000000000000019884624838656,
|
42 |
"pad_token": "[PAD]",
|
43 |
-
"processor_class": "
|
44 |
"replace_word_delimiter_char": " ",
|
45 |
"target_lang": null,
|
46 |
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
|
|
40 |
"extra_special_tokens": {},
|
41 |
"model_max_length": 1000000000000000019884624838656,
|
42 |
"pad_token": "[PAD]",
|
43 |
+
"processor_class": "Wav2Vec2ProcessorWithLM",
|
44 |
"replace_word_delimiter_char": " ",
|
45 |
"target_lang": null,
|
46 |
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|