rileyseaburg commited on
Commit
bb80823
·
verified ·
1 Parent(s): 07556cd

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BitMambaStudent"
4
+ ],
5
+ "hidden_size": 768,
6
+ "num_hidden_layers": 12,
7
+ "vocab_size": 32768,
8
+ "d_state": 16,
9
+ "expand": 2,
10
+ "model_type": "bitmamba"
11
+ }