third commit
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- vocab.json +1 -1
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"architectures": [
|
6 |
"Wav2Vec2ForCTC"
|
7 |
],
|
8 |
-
"attention_dropout": 0.
|
9 |
"bos_token_id": 1,
|
10 |
"conv_bias": true,
|
11 |
"conv_dim": [
|
|
|
5 |
"architectures": [
|
6 |
"Wav2Vec2ForCTC"
|
7 |
],
|
8 |
+
"attention_dropout": 0.04,
|
9 |
"bos_token_id": 1,
|
10 |
"conv_bias": true,
|
11 |
"conv_dim": [
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262114199
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b873cbca45c62120b2594415530ee01d589290c9031e18960513ad5ba06458e7
|
3 |
size 1262114199
|
vocab.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"
|
|
|
1 |
+
{"u": 0, "q": 1, "`": 2, "ħ": 3, "á": 4, "b": 5, "à": 6, "d": 7, "'": 8, "z": 9, "o": 10, "y": 11, "x": 12, "m": 13, "i": 14, "s": 15, "v": 16, "ò": 17, "e": 18, "j": 19, "p": 20, "a": 21, "l": 22, "w": 23, "n": 24, "è": 25, "ċ": 26, "ù": 27, "é": 28, "g": 29, "ì": 30, "h": 31, "c": 32, "ż": 33, "r": 35, "f": 36, "t": 37, "’": 38, "ć": 39, "k": 40, "ġ": 41, "|": 34, "[UNK]": 42, "[PAD]": 43}
|