jimbozhang commited on
Commit
dbe0e17
·
verified ·
1 Parent(s): c91f168

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -17,6 +17,9 @@
17
  "target_length": 1008
18
  },
19
  "loss": "BCELoss",
 
 
 
20
  "model_type": "dasheng",
21
  "name": "dasheng-base",
22
  "torch_dtype": "float32",
 
17
  "target_length": 1008
18
  },
19
  "loss": "BCELoss",
20
+ "auto_map": {
21
+ "AutoModel": "modeling_dasheng.DashengModel",
22
+ },
23
  "model_type": "dasheng",
24
  "name": "dasheng-base",
25
  "torch_dtype": "float32",