Praise2112
commited on
Commit
•
360009f
1
Parent(s):
d6ea14a
added model
Browse files- config.json +6 -0
- model.bin +3 -0
- vocabulary.json +0 -0
config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"layer_norm_epsilon": 1e-05,
|
5 |
+
"unk_token": "<unk>"
|
6 |
+
}
|
model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:296b8e19b328fe9fbaf4614fca4b3e6cc675578948e1c0e7cd76152a1aa41eef
|
3 |
+
size 7247789663
|
vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|