Upload model_config.json
Browse files- 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 |
+
}
|