Upload 6 files
Browse files- config.json +10 -0
- model.bin +3 -0
- source.model +3 -0
- source_vocabulary.json +0 -0
- target.model +3 -0
- target_vocabulary.json +0 -0
config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"multi_query_attention": false,
|
9 |
+
"unk_token": "<unk>"
|
10 |
+
}
|
model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17cc8c652bfb9f44d22b9d4d7e2e5ab4838d4cfa74e9418131ae74daaa069e29
|
3 |
+
size 1340916359
|
source.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de42b5d234d16c532ac89a1b0cf75b8e4747e7d51b2a14e689b754f09f10230d
|
3 |
+
size 1359728
|
source_vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
target.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24ebfc64fe5e0582362888d4e6e3dfcc6900e9b93133b3d4100870a58c33a98e
|
3 |
+
size 1273869
|
target_vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|