BIGAI-models commited on
Commit
6d95e14
·
verified ·
1 Parent(s): 696dfb6

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": 173,
4
+ "hidden_size": 2056,
5
+ "embedding_dim": 1028,
6
+ "num_layers": 3,
7
+ "dropout": 0.2,
8
+ "batch_first": true
9
+ }