Update config.json
Browse files- 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": "
|
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,
|