Anthonyg5005
commited on
Commit
•
b2d080e
1
Parent(s):
c852986
Upload 4 files
Browse filesadd model files
- config.json +6 -0
- model.bin +3 -0
- tokenizer.model +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": "</s>"
|
6 |
+
}
|
model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b56290c37f89a6bb2756a86c4009d8b823ec7fe16e831a809e05e4d385ba1ec
|
3 |
+
size 13025090225
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|