kingabzpro
commited on
Commit
•
823e2df
1
Parent(s):
470fd4c
remove LM
Browse files
.ipynb_checkpoints/alphabet-checkpoint.json
DELETED
@@ -1 +0,0 @@
|
|
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", "\u00e9", "\u2047", "", "<s>", "</s>"], "is_bpe": false}
|
|
|
|
.ipynb_checkpoints/preprocessor_config-checkpoint.json
CHANGED
@@ -6,6 +6,5 @@
|
|
6 |
"padding_side": "right",
|
7 |
"padding_value": 0.0,
|
8 |
"return_attention_mask": false,
|
9 |
-
"sampling_rate": 16000
|
10 |
-
"processor_class": "Wav2Vec2ProcessorWithLM"
|
11 |
}
|
|
|
6 |
"padding_side": "right",
|
7 |
"padding_value": 0.0,
|
8 |
"return_attention_mask": false,
|
9 |
+
"sampling_rate": 16000
|
|
|
10 |
}
|
alphabet.json
DELETED
@@ -1 +0,0 @@
|
|
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", "á", "é", "ł", "ń", "–", "\u00e9", "", "<s>", "</s>"], "is_bpe": false}
|
|
|
|
language_model/4gram.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c2b756cefd29a19b4ee62b258a75bed0261585e9512491490faa05ba57d91ae5
|
3 |
-
size 2233200344
|
|
|
|
|
|
|
|
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
@@ -6,6 +6,5 @@
|
|
6 |
"padding_side": "right",
|
7 |
"padding_value": 0.0,
|
8 |
"return_attention_mask": false,
|
9 |
-
"sampling_rate": 16000
|
10 |
-
"processor_class": "Wav2Vec2ProcessorWithLM"
|
11 |
}
|
|
|
6 |
"padding_side": "right",
|
7 |
"padding_value": 0.0,
|
8 |
"return_attention_mask": false,
|
9 |
+
"sampling_rate": 16000
|
|
|
10 |
}
|