Manas-Inamdar commited on
Commit
ce3048a
·
verified ·
1 Parent(s): 6dd1871

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "SSM",
3
+ "vocab_size": 20000,
4
+ "embedding_dim": 256,
5
+ "hidden_dim": 256,
6
+ "state_dim": 64,
7
+ "num_layers": 4,
8
+ "dropout": 0.3,
9
+ "weight_tying": true,
10
+ "best_val_ppl": 320.72942444635294,
11
+ "normalized_ppl": 22.44791999770553,
12
+ "best_epoch": 25
13
+ }