Transformers
Inference Endpoints
exnx commited on
Commit
b5d4c35
1 Parent(s): 501f045

add weights and config for small 32k len

Browse files
Files changed (3) hide show
  1. .DS_Store +0 -0
  2. config.json +25 -0
  3. weights.ckpt +3 -0
.DS_Store ADDED
Binary file (6.15 kB). View file
 
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "d_model": 256,
3
+ "n_layer": 4,
4
+ "d_inner": 1024,
5
+ "vocab_size": 12,
6
+ "resid_dropout": 0.0,
7
+ "embed_dropout": 0.1,
8
+ "fused_mlp": false,
9
+ "fused_dropout_add_ln": true,
10
+ "residual_in_fp32": true,
11
+ "pad_vocab_size_multiple": 8,
12
+ "return_hidden_state": true,
13
+ "layer": {
14
+ "_name_": "hyena",
15
+ "emb_dim": 5,
16
+ "filter_order": 64,
17
+ "local_order": 3,
18
+ "l_max": 32770,
19
+ "modulate": true,
20
+ "w": 10,
21
+ "lr": 6e-4,
22
+ "wd": 0.0,
23
+ "lr_pos_emb": 0.0
24
+ }
25
+ }
weights.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33558e085d0545e00eb5d56d9421af668a995cef1fcb76aa02bc00808a0acb88
3
+ size 42638185