Manuel Muñoz Plá commited on
Commit
7894e6a
·
verified ·
1 Parent(s): 06d746e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # angular-separation-vit — results
6
+
7
+ CSV data backing every table and figure in *"Dos modelos idénticos,
8
+ dos podas distintas: la dirección dominante de $W_O$ bajo intervención
9
+ libre, suave y dura"* ("Same function, different pruning: the
10
+ dominant direction of $W_O$ under free, soft, and hard intervention").
11
+
12
+ Code: <https://github.com/mmunozpl/angular-separation-vit>
13
+ Reproduction checkpoints: <https://huggingface.co/ManuelPla/angular-separation-vit-checkpoints>
14
+
15
+ ## Table/figure → file map
16
+
17
+ | Paper item | File(s) |
18
+ |---|---|
19
+ | tab:gauge (gauge-flip invariance, H2) | `logs/fase_G/gauge_flip.csv` |
20
+ | tab:residuo (computed/static residue) | `logs/fase_0/computado_estatico.csv` |
21
+ | tab:inversion, fig:inversion (Q·K relocation) | `tables/dissociation_D/by_layer.csv` |
22
+ | tab:arch (cross-architecture contrast) | `logs/fase_G/gauge_flip.csv`, `logs/fase_0/computado_estatico.csv`, `tables/dissociation_D/by_layer.csv` |
23
+ | tab:divattn (angular regularizer ablation, ViT-B) | `logs/vitb_clean/attnA_{base,blanda,dura}_seed{42..46}/run.csv` |
24
+ | ViT-L cost/inertia readings (§6.2) | `logs/vitl_clean/attnA_{base,blanda,dura}_seed{42..44}/run.csv` |
25
+ | tab:decision (decision instability under gauge, vision) | `logs/decision_rota/decision_rota.csv` |
26
+ | tab:decision (decision instability under gauge, language, Pythia-410M) | `logs/decision_rota/decision_rota_lm.csv` |
27
+ | tab:poda (pruning by similarity vs. random) | `logs/poda_criterio/poda_criterio.csv` |
28
+ | app:orbita (certified gauge orbit) | `logs/orbita_gauge/orbita_gauge.csv`, `logs/orbita_gauge/certificado_simultaneo.csv` |
29
+ | `artifacts/tables/ablation_A.csv` | raw per-arch ablation table (last-epoch extraction; the paper's prose numbers use the ce>0 window instead, see `sec:setup` "Métricas") |
30
+
31
+ Per-run auxiliary CSVs (`layerwise.csv`, `entropy.csv`,
32
+ `head_norms.csv` under each `attnA_*` directory) are diagnostic detail
33
+ behind `run.csv`, not cited individually.
34
+
35
+ ## License
36
+
37
+ Apache-2.0, matching the code repository.