dorinalakatos
commited on
Commit
•
59272f0
1
Parent(s):
2667f20
Upload model
Browse files- config.json +9 -0
- model.bin +3 -0
- shared_vocabulary.txt +0 -0
- sp_m.model +3 -0
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
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0cfb098c8787ca33daacfe0641a050a4e23860b19a8a4283969bc4c53f560c49
|
3 |
+
size 830029557
|
shared_vocabulary.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
sp_m.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48cd3a0b8a1701acd10683e42fc29d646ad9e5d0ae09f26f97d5253b91813cf1
|
3 |
+
size 829080
|