Upload 4 files
Browse files- config.json +1 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +5 -0
- tokenizer.model +3 -0
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"d_model": 768, "n_layer": 24, "vocab_size": 32000, "ssm_cfg": {}, "rms_norm": true, "residual_in_fp32": true, "fused_add_norm": true, "pad_vocab_size_multiple": 8}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32ef10e701cd1e101cd0e570ccc535e3a83b4d837338687fe58ae39e7033006a
|
3 |
+
size 460473938
|
special_tokens_map.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"unk_token": "<unk>"
|
5 |
+
}
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2347d2968c37a0e5b5b284719b12d5f0dbc929ccc9928dbff5e7b0ea1ef3e91e
|
3 |
+
size 736290
|