thor1 commited on
Commit
4bb2748
·
verified ·
1 Parent(s): fd59995

Upload model_config.json

Browse files
Files changed (1) hide show
  1. model_config.json +9 -0
model_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_layers": 2,
3
+ "dropout": 0.0,
4
+ "hidden_dim": 512,
5
+ "embedder_type": "MTEncoder",
6
+ "input_dim": 512,
7
+ "device": "cuda:0",
8
+ "aggregation_mode": "mean"
9
+ }