BIGAI-models commited on
Commit
c29ae62
·
verified ·
1 Parent(s): 8fead54

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "custom_lstm",
3
+ "vocab_size": 230,
4
+ "hidden_size": 2056,
5
+ "embedding_dim": 1028,
6
+ "num_layers": 3,
7
+ "dropout": 0.4,
8
+ "batch_first": True
9
+ }