unrulyabstractions commited on
Commit
0cd5e87
·
verified ·
1 Parent(s): fd2962a

Upload geometry/qwen_risk_geometry_summary.json with huggingface_hub

Browse files
geometry/qwen_risk_geometry_summary.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_samples": 1484,
3
+ "layers": [
4
+ 0,
5
+ 1,
6
+ 3,
7
+ 12,
8
+ 18,
9
+ 19,
10
+ 20,
11
+ 21,
12
+ 23,
13
+ 24,
14
+ 25,
15
+ 28,
16
+ 31,
17
+ 34,
18
+ 35
19
+ ],
20
+ "components": [
21
+ "resid_post"
22
+ ],
23
+ "positions": [
24
+ "chat_suffix",
25
+ "chat_suffix_tail"
26
+ ],
27
+ "dtype": "float32",
28
+ "n_layers": 15,
29
+ "n_components": 1,
30
+ "n_positions": 2,
31
+ "n_targets": 30,
32
+ "dataset_config": {
33
+ "name": "risk_geometry"
34
+ },
35
+ "datasets": {
36
+ "prompt_dataset": "data/prompt_dataset.json",
37
+ "metadata": "data/metadata.json"
38
+ },
39
+ "data_paths": {
40
+ "samples": "data/samples/",
41
+ "activations": "data/samples/sample_{idx}/L{layer}_{component}_{abs_pos}.npy",
42
+ "position_mapping": "data/samples/sample_{idx}/position_mapping.json",
43
+ "choice": "data/samples/sample_{idx}/choice.json",
44
+ "prompt_sample": "data/samples/sample_{idx}/prompt_sample.json",
45
+ "preference_sample": "data/samples/sample_{idx}/preference_sample.json"
46
+ },
47
+ "analysis_paths": {
48
+ "embeddings_pca": "analysis/embeddings/pca/L{layer}_{component}_{position}.npy",
49
+ "trajectories_layer": "analysis/trajectories/layers_{component}_{position}.npz",
50
+ "trajectories_position": "analysis/trajectories/positions_L{layer}_{component}.npz"
51
+ },
52
+ "notes": {
53
+ "sparse_positions": [
54
+ "chat_suffix",
55
+ "chat_suffix_tail"
56
+ ],
57
+ "sparse_position_explanation": "These positions exist only in some samples, not all."
58
+ }
59
+ }