Update to model 2023-10-29
Browse files- config.json +9 -0
- model.bin +2 -2
- shared_vocabulary.json +0 -0
- shared_vocabulary.txt +0 -0
- sp_m.model +2 -2
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_source_bos": false,
|
3 |
+
"add_source_eos": false,
|
4 |
+
"bos_token": "<s>",
|
5 |
+
"decoder_start_token": "<s>",
|
6 |
+
"eos_token": "</s>",
|
7 |
+
"layer_norm_epsilon": null,
|
8 |
+
"unk_token": "<unk>"
|
9 |
+
}
|
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:a5f75d254a26051cedfb198a6aacb7aac58ac37f863a1a9c865d1e199819de92
|
3 |
+
size 70727741
|
shared_vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
shared_vocabulary.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|
sp_m.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:873eb09ce354fdbf8d4b625211bc073f2dc3cd6d2cd2366dcb5670c6c8ecb69d
|
3 |
+
size 1145834
|