wi-lab commited on
Commit
c610ec5
·
verified ·
1 Parent(s): b286778

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "lwm"
4
+ ],
5
+ "model_type": "lwm",
6
+ "element_length": 32,
7
+ "d_model": 128,
8
+ "n_layers": 12,
9
+ "max_len": 513,
10
+ "n_heads": 8,
11
+ "dropout": 0.1,
12
+ "torch_dtype": "float32"
13
+ }
14
+