nzain commited on
Commit
e066e3b
·
verified ·
1 Parent(s): df60eb9

Updated config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -1,4 +1,8 @@
1
  {
 
 
 
 
2
  "dropout": 0.2,
3
  "embed_size": 256,
4
  "latent_dim": 16,
 
1
  {
2
+ "auto_map":{
3
+ "AutoConfig": "model_configuration.ModelConfig" ,
4
+ "AutoModel": "modelling.MyModel",
5
+ },
6
  "dropout": 0.2,
7
  "embed_size": 256,
8
  "latent_dim": 16,