Anthonyg5005
commited on
Commit
•
f6966c5
1
Parent(s):
d045899
Upload 3 files
Browse files- config.json +7 -0
- model.bin +3 -0
- vocabulary.json +0 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<|begin_of_text|>",
|
3 |
+
"eos_token": "<|end_of_text|>",
|
4 |
+
"layer_norm_epsilon": 1e-05,
|
5 |
+
"multi_query_attention": true,
|
6 |
+
"unk_token": ""
|
7 |
+
}
|
model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1286993acd44448e82147f81547603f113c3dbbb9a5d7212f5f7264209574a73
|
3 |
+
size 8037088902
|
vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|