Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
{
|
2 |
"annotations": true,
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"dropout": 0.05,
|
7 |
"hidden_dim": 640,
|
8 |
"input_dim": 640,
|
|
|
9 |
"kernel": 7,
|
10 |
"model_type": "CPLT",
|
11 |
"nhead": 4,
|
@@ -17,7 +18,6 @@
|
|
17 |
"annotations": true,
|
18 |
"loss_type": "diff",
|
19 |
"token": null,
|
20 |
-
"half_dim":true,
|
21 |
"torch_dtype": "bfloat16",
|
22 |
"transformers_version": "4.41.1"
|
23 |
}
|
|
|
1 |
{
|
2 |
"annotations": true,
|
3 |
"architectures": [
|
4 |
+
"CAMP"
|
5 |
],
|
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,
|
|
|
18 |
"annotations": true,
|
19 |
"loss_type": "diff",
|
20 |
"token": null,
|
|
|
21 |
"torch_dtype": "bfloat16",
|
22 |
"transformers_version": "4.41.1"
|
23 |
}
|