Update config.json
Browse files- config.json +24 -14
config.json
CHANGED
|
@@ -1,16 +1,26 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
}
|
| 13 |
-
|
| 14 |
-
"
|
| 15 |
-
|
| 16 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_name": "cognitiv-agent_1",
|
| 3 |
+
"model_type": "gemma-agent-hybrid", // A more descriptive type
|
| 4 |
+
"base_model": "Or4cl3-1/Cognitive-Agent-Gemma_7b",
|
| 5 |
+
"merged_models": [
|
| 6 |
+
"Or4cl3-1/Cognitive-Agent-Gemma_7b",
|
| 7 |
+
"Or4cl3-1/agent_gemma_7b"
|
| 8 |
+
],
|
| 9 |
+
"slices": [
|
| 10 |
+
{
|
| 11 |
+
"sources": [
|
| 12 |
+
{"model": "Or4cl3-1/Cognitive-Agent-Gemma_7b", "layer_range": [0, 62]},
|
| 13 |
+
{"model": "Or4cl3-1/agent_gemma_7b", "layer_range": [0, 62]}
|
| 14 |
+
],
|
| 15 |
+
"merge_method": "slerp"
|
| 16 |
}
|
| 17 |
+
],
|
| 18 |
+
"parameters": {
|
| 19 |
+
"t": [
|
| 20 |
+
{"filter": "self_attn", "value": [0, 0.5, 0.3, 0.7, 1]},
|
| 21 |
+
{"filter": "mlp", "value": [1, 0.5, 0.7, 0.3, 0]},
|
| 22 |
+
{"value": 0.5}
|
| 23 |
+
],
|
| 24 |
+
"dtype": "bfloat16"
|
| 25 |
+
}
|
| 26 |
+
}
|