kingabzpro
commited on
Commit
•
254fb56
1
Parent(s):
220e061
remove LM
Browse files
.ipynb_checkpoints/preprocessor_config-checkpoint.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"padding_side": "right",
|
6 |
+
"padding_value": 0,
|
7 |
+
"return_attention_mask": false,
|
8 |
+
"sampling_rate": 16000
|
9 |
+
}
|
alphabet.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"labels": [" ", "\u0621", "\u0622", "\u0624", "\u0626", "\u0627", "\u0628", "\u062a", "\u062b", "\u062c", "\u062d", "\u062e", "\u062f", "\u0630", "\u0631", "\u0632", "\u0633", "\u0634", "\u0635", "\u0636", "\u0637", "\u0638", "\u0639", "\u063a", "\u0641", "\u0642", "\u0644", "\u0645", "\u0646", "\u0648", "\u0649", "\u0679", "\u067e", "\u0686", "\u0688", "\u0691", "\u0698", "\u06a9", "\u06af", "\u06ba", "\u06be", "\u06c1", "\u06cc", "\u06d2", "\u2047", "", "<s>", "</s>"], "is_bpe": false}
|
|
|
|
language_model/5gram.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:a51741105f0d3b54ac8ede33500c8f80fcd6b03900080a45a5661ec8e58b776f
|
3 |
-
size 165145481
|
|
|
|
|
|
|
|
language_model/attrs.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"alpha": 0.5, "beta": 1.5, "unk_score_offset": -10.0, "score_boundary": true}
|
|
|
|
language_model/unigrams.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|
preprocessor_config.json
CHANGED
@@ -5,6 +5,5 @@
|
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0,
|
7 |
"return_attention_mask": false,
|
8 |
-
"sampling_rate": 16000
|
9 |
-
"processor_class": "Wav2Vec2ProcessorWithLM"
|
10 |
}
|
|
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0,
|
7 |
"return_attention_mask": false,
|
8 |
+
"sampling_rate": 16000
|
|
|
9 |
}
|