guardrail commited on
Commit
85007a7
1 Parent(s): 4e89540

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +33 -0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "intervention_constant_sources": [
3
+ true
4
+ ],
5
+ "intervention_dimensions": [
6
+ 3072
7
+ ],
8
+ "intervention_types": [
9
+ "<class 'pyreft.interventions.LoreftIntervention'>"
10
+ ],
11
+ "mode": "parallel",
12
+ "representations": [
13
+ [
14
+ 0,
15
+ "model.layers[15].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
+ "comp.model.layers[15].output.unit.pos.nunit.1#0"
31
+ ],
32
+ "transformers_version": "4.40.1"
33
+ }