Upload folder using huggingface_hub
Browse files- config.json +14 -0
- pytorch_model.bin +3 -0
- tokenizer.json +0 -0
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"i3HybridModel"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "rwkv-hybrid",
|
| 6 |
+
"d_model": 1180,
|
| 7 |
+
"n_layers": 14,
|
| 8 |
+
"rwkv_layers": 12,
|
| 9 |
+
"attn_layers": 2,
|
| 10 |
+
"vocab_size": 32000,
|
| 11 |
+
"kernel_size": 512,
|
| 12 |
+
"max_latent_context": 4096,
|
| 13 |
+
"compression_enabled": true
|
| 14 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c09f05794354f73507bda2865e022cc37bf6ca6da64ebf2877af938cf85424c
|
| 3 |
+
size 1369667759
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|