Update to latest model (addition of synthetic data)
Browse files- config.json +1 -0
- model.bin +2 -2
- shared_vocabulary.json +0 -0
- spm.model +2 -2
config.json
CHANGED
@@ -5,5 +5,6 @@
|
|
5 |
"decoder_start_token": "</s>",
|
6 |
"eos_token": "</s>",
|
7 |
"layer_norm_epsilon": null,
|
|
|
8 |
"unk_token": "<unk>"
|
9 |
}
|
|
|
5 |
"decoder_start_token": "</s>",
|
6 |
"eos_token": "</s>",
|
7 |
"layer_norm_epsilon": null,
|
8 |
+
"multi_query_attention": false,
|
9 |
"unk_token": "<unk>"
|
10 |
}
|
model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4222ff8b4d2c9b407a068d42eae300fef930037119ff3eb7edf164aba34f82aa
|
3 |
+
size 2324970304
|
shared_vocabulary.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
spm.model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e67cce6b7a38a9f82b2b9f504e1beb0c00885118bd70d00d976b9f2b019811a6
|
3 |
+
size 1175408
|