lhallee commited on
Commit
974d079
1 Parent(s): a06975b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -6,9 +6,10 @@
6
  "dropout": 0.05,
7
  "hidden_dim": 640,
8
  "input_dim": 640,
 
9
  "output_dim": 640,
10
  "kernel": 7,
11
- "model_type": "CPLT",
12
  "nhead": 4,
13
  "nlp_path": "lhallee/annotation_transformer_test",
14
  "num_hidden_layers": 1,
 
6
  "dropout": 0.05,
7
  "hidden_dim": 640,
8
  "input_dim": 640,
9
+ "intermediate_dim": 640,
10
  "output_dim": 640,
11
  "kernel": 7,
12
+ "model_type": "CAMP",
13
  "nhead": 4,
14
  "nlp_path": "lhallee/annotation_transformer_test",
15
  "num_hidden_layers": 1,