jerichosiahaya
commited on
Commit
•
119625b
1
Parent(s):
d94fd0a
feat: init
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-12,
|
5 |
+
"unk_token": "[UNK]"
|
6 |
+
}
|
model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6af7ed5bcf1f5403a8444c27380ab817ecc6ba2da14f2093a4d6959149a763dd
|
3 |
+
size 442241196
|
vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|