Upload config.json with huggingface_hub
Browse files- config.json +33 -0
config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"intervention_constant_sources": [
|
3 |
+
true
|
4 |
+
],
|
5 |
+
"intervention_dimensions": [
|
6 |
+
4096
|
7 |
+
],
|
8 |
+
"intervention_types": [
|
9 |
+
"<class 'pyreft.interventions.LoreftIntervention'>"
|
10 |
+
],
|
11 |
+
"mode": "parallel",
|
12 |
+
"representations": [
|
13 |
+
[
|
14 |
+
15,
|
15 |
+
"block_output",
|
16 |
+
"pos",
|
17 |
+
1,
|
18 |
+
4,
|
19 |
+
null,
|
20 |
+
null,
|
21 |
+
null,
|
22 |
+
null,
|
23 |
+
null,
|
24 |
+
null,
|
25 |
+
null,
|
26 |
+
null
|
27 |
+
]
|
28 |
+
],
|
29 |
+
"sorted_keys": [
|
30 |
+
"layer.15.comp.block_output.unit.pos.nunit.1#0"
|
31 |
+
],
|
32 |
+
"transformers_version": "4.40.2"
|
33 |
+
}
|