travistest commited on
Commit
f3b299f
·
verified ·
1 Parent(s): f969667

Upload 2_Dense_6144/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 2_Dense_6144/config.json +6 -0
2_Dense_6144/config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "in_features": 1024,
3
+ "out_features": 6144,
4
+ "bias": true,
5
+ "activation_function": "torch.nn.modules.linear.Identity"
6
+ }