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": "<|eot_id|>",
|
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:4edc0186cc944d8915b8b7214c5c1acae826519e9726a3ff1872c657bc1bd105
|
3 |
+
size 8037088902
|
vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|