root39058 commited on
Commit
fdd6bea
·
verified ·
1 Parent(s): 28545fe

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ {
3
+ "architectures": ["AndreyBot"],
4
+ "model_type": "lstm",
5
+ "vocab_size": 154,
6
+ "hidden_size": 512,
7
+ "num_layers": 3,
8
+ "embedding_dim": 128,
9
+ "torch_dtype": "float32",
10
+ "transformers_version": "4.0.0"
11
+ }