feat: update model
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- vocab.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "./model/checkpoint-
|
3 |
"activation_dropout": 0.055,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./model/checkpoint-6880",
|
3 |
"activation_dropout": 0.055,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262085527
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:312b4598971f7be536ee3d79cb686024c1b5783452031905414f14c7be6a3c26
|
3 |
size 1262085527
|
vocab.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"
|
|
|
1 |
+
{"b": 0, "o": 1, "e": 2, ":": 3, "p": 4, ".": 5, "f": 6, "q": 7, "y": 8, "!": 9, "t": 10, ";": 11, "i": 12, "'": 13, "g": 14, "v": 15, "l": 16, "h": 17, "-": 18, "m": 19, "d": 20, "n": 21, "z": 22, "a": 23, "w": 24, "u": 25, "x": 26, "r": 27, "s": 28, "c": 29, ",": 30, "j": 31, "?": 33, "k": 34, "|": 32, "[UNK]": 35, "[PAD]": 36}
|