Update adapter_config.json
Browse files- adapter_config.json +4 -11
adapter_config.json
CHANGED
@@ -1,13 +1,6 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
"intermediate_size": 3072, // Replace with the intermediate size
|
7 |
-
"activation_function": "gelu", // or "relu", depending on your setup
|
8 |
-
"layer_norm_eps": 1e-12, // Adjust based on your model's configuration
|
9 |
-
"adapter_config": {
|
10 |
-
"num_layers": 1, // Number of adapter layers
|
11 |
-
"reduction_factor": 16 // Factor for reduction in dimensionality
|
12 |
-
}
|
13 |
}
|
|
|
1 |
{
|
2 |
+
"adapter_name": "SkyXIntl/SkyReach_Companion_AI",
|
3 |
+
"base_model": "bert-base-uncased",
|
4 |
+
"task": "text-classification",
|
5 |
+
"architecture": "adapter-transformers"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
}
|