ishangarg183 commited on
Commit
a167bc7
·
verified ·
1 Parent(s): 9ec8058

Copy assembled_activations to v2-differentlayer (batch 1/12)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. v2-differentlayer/llama32-3b-dpo/plots/separate_collated/cf_shift_by_layer_pair.png +3 -0
  3. v2-differentlayer/llama32-3b-dpo/plots/separate_collated/class_distribution_by_layer_pair.png +3 -0
  4. v2-differentlayer/llama32-3b-dpo/plots/separate_collated/dead_neurons_by_layer_pair.png +3 -0
  5. v2-differentlayer/llama32-3b-dpo/plots/separate_collated/fve_by_layer_pair.png +3 -0
  6. v2-differentlayer/llama32-3b-dpo/plots/separate_collated/loss_by_layer_pair.png +3 -0
  7. v2-differentlayer/llama32-3b-dpo/separate_collated_metrics.json +61 -0
  8. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/checkpoints/final.pt +3 -0
  9. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/features/counterfactual_scores.csv +0 -0
  10. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/features/feature_classification.csv +0 -0
  11. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/features/merged_classification.csv +0 -0
  12. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/features/shared_features_geometry.csv +0 -0
  13. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/features/superposition_analysis.json +0 -0
  14. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/features/visual_evidence_features.json +2939 -0
  15. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/metrics/aggregate_metrics.json +27 -0
  16. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/metrics/cf_shift_by_class.json +74 -0
  17. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/metrics/shared_geometry_metrics.json +169 -0
  18. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/metrics/training_metrics.json +80 -0
  19. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/cf_distribution_per_class.png +3 -0
  20. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/cf_shift_per_class.png +3 -0
  21. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/class_distribution.png +3 -0
  22. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/loss_curves.png +3 -0
  23. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/rho_histogram.png +3 -0
  24. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/rho_theta_scatter.png +3 -0
  25. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/shared_geometry_histograms.png +3 -0
  26. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/shared_geometry_theta_vs_norm_ratio.png +3 -0
  27. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/superposition_analysis.png +3 -0
  28. v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/run_meta.json +34 -0
  29. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/checkpoints/final.pt +3 -0
  30. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/features/counterfactual_scores.csv +0 -0
  31. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/features/feature_classification.csv +0 -0
  32. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/features/merged_classification.csv +0 -0
  33. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/features/shared_features_geometry.csv +0 -0
  34. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/features/superposition_analysis.json +0 -0
  35. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/features/visual_evidence_features.json +1360 -0
  36. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/metrics/aggregate_metrics.json +23 -0
  37. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/metrics/cf_shift_by_class.json +50 -0
  38. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/metrics/shared_geometry_metrics.json +161 -0
  39. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/metrics/training_metrics.json +80 -0
  40. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/cf_distribution_per_class.png +3 -0
  41. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/cf_shift_per_class.png +3 -0
  42. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/class_distribution.png +3 -0
  43. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/loss_curves.png +3 -0
  44. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/rho_histogram.png +3 -0
  45. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/rho_theta_scatter.png +3 -0
  46. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/shared_geometry_histograms.png +3 -0
  47. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/shared_geometry_theta_vs_norm_ratio.png +3 -0
  48. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/superposition_analysis.png +3 -0
  49. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/run_meta.json +27 -0
  50. v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L11__aligned_L13/checkpoints/final.pt +3 -0
.gitattributes CHANGED
@@ -208,3 +208,4 @@ v2-samelayer/v1/samelayer_reduce/qwen3-4b-grpo/singlelayer_reduce/L19-21/feature
208
  v2-samelayer/v1/samelayer_reduce/qwen3-4b-kto/singlelayer_reduce/L23-25/features/superposition_analysis.json filter=lfs diff=lfs merge=lfs -text
209
  v2-samelayer/v1/samelayer_reduce/qwen3-4b-dpo/singlelayer_reduce/L21-23/features/superposition_analysis.json filter=lfs diff=lfs merge=lfs -text
210
  v2-samelayer/v1/samelayer_reduce/qwen3-4b-orpo/singlelayer_reduce/L21-23/features/superposition_analysis.json filter=lfs diff=lfs merge=lfs -text
 
 
208
  v2-samelayer/v1/samelayer_reduce/qwen3-4b-kto/singlelayer_reduce/L23-25/features/superposition_analysis.json filter=lfs diff=lfs merge=lfs -text
209
  v2-samelayer/v1/samelayer_reduce/qwen3-4b-dpo/singlelayer_reduce/L21-23/features/superposition_analysis.json filter=lfs diff=lfs merge=lfs -text
210
  v2-samelayer/v1/samelayer_reduce/qwen3-4b-orpo/singlelayer_reduce/L21-23/features/superposition_analysis.json filter=lfs diff=lfs merge=lfs -text
211
+ v2-differentlayer/llama32-3b-grpo/singlelayer_reduce/L12-14/features/superposition_analysis.json filter=lfs diff=lfs merge=lfs -text
v2-differentlayer/llama32-3b-dpo/plots/separate_collated/cf_shift_by_layer_pair.png ADDED

Git LFS Details

  • SHA256: bb2bfa5d934900a6e77af3b85168edefb8b018c2eb2f6999d7638d39b5cb5ba4
  • Pointer size: 130 Bytes
  • Size of remote file: 71.4 kB
v2-differentlayer/llama32-3b-dpo/plots/separate_collated/class_distribution_by_layer_pair.png ADDED

Git LFS Details

  • SHA256: e197122eb9219c5157da4716a65f3931295014ebe521ad645770424f015d495b
  • Pointer size: 131 Bytes
  • Size of remote file: 109 kB
v2-differentlayer/llama32-3b-dpo/plots/separate_collated/dead_neurons_by_layer_pair.png ADDED

Git LFS Details

  • SHA256: 1f53d6ea849bc611009ab45720a410e009fdb9bb317efda5238a5332e4332f24
  • Pointer size: 130 Bytes
  • Size of remote file: 67.4 kB
v2-differentlayer/llama32-3b-dpo/plots/separate_collated/fve_by_layer_pair.png ADDED

Git LFS Details

  • SHA256: 816944f2265e1573b7820ab72498f27db46e05aa3ea327c897812afe6b6f731c
  • Pointer size: 130 Bytes
  • Size of remote file: 85 kB
v2-differentlayer/llama32-3b-dpo/plots/separate_collated/loss_by_layer_pair.png ADDED

Git LFS Details

  • SHA256: 8f7510ba9673a5cc7b6d3f5f9dd369c24352942f56f371ed4e89e627e8012095
  • Pointer size: 130 Bytes
  • Size of remote file: 71.1 kB
v2-differentlayer/llama32-3b-dpo/separate_collated_metrics.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pairs": [
3
+ {
4
+ "base_layer": 10,
5
+ "aligned_layer": 12,
6
+ "fve_base": 0.6785364884356554,
7
+ "fve_aligned": 0.582621481406127,
8
+ "dead_fraction": 0.9556076866593615,
9
+ "l0_base": 192.58565017513135,
10
+ "l0_aligned": 189.3817133683596,
11
+ "class_counts": {
12
+ "shared_redirected": 13450,
13
+ "shared_attenuated": 11054,
14
+ "aligned_only": 60,
15
+ "shared_intermediate": 12
16
+ },
17
+ "cf_shift_mean": 0.009644556538468027,
18
+ "final_val_loss": 0.036656873641993985
19
+ },
20
+ {
21
+ "base_layer": 11,
22
+ "aligned_layer": 13,
23
+ "fve_base": 0.7175045865368469,
24
+ "fve_aligned": 0.5871447365321414,
25
+ "dead_fraction": 0.9495909671232287,
26
+ "l0_base": 188.69123978400467,
27
+ "l0_aligned": 172.44552685347344,
28
+ "class_counts": {
29
+ "shared_redirected": 14597,
30
+ "shared_attenuated": 9873,
31
+ "aligned_only": 66,
32
+ "base_only": 28,
33
+ "shared_intermediate": 12
34
+ },
35
+ "cf_shift_mean": 0.007872911465279913,
36
+ "final_val_loss": 0.041832134673732736
37
+ },
38
+ {
39
+ "base_layer": 12,
40
+ "aligned_layer": 14,
41
+ "fve_base": 0.7201132094048704,
42
+ "fve_aligned": 0.6317076205583143,
43
+ "dead_fraction": 0.9578876862453566,
44
+ "l0_base": 204.6696402510216,
45
+ "l0_aligned": 202.74467308814945,
46
+ "class_counts": {
47
+ "shared_redirected": 14829,
48
+ "shared_attenuated": 9599,
49
+ "aligned_only": 142,
50
+ "shared_intermediate": 6
51
+ },
52
+ "cf_shift_mean": 0.005337182078819058,
53
+ "final_val_loss": 0.04762686387250561
54
+ }
55
+ ],
56
+ "summary": {
57
+ "n_pairs": 3,
58
+ "mean_fve_base": 0.7053847614591242,
59
+ "mean_fve_aligned": 0.6004912794988609
60
+ }
61
+ }
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/checkpoints/final.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cfe04e2b330da60ffb178c911ca336567a5d8ca345d83a03fcfa15942d0b307
3
+ size 3624487706
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/features/counterfactual_scores.csv ADDED
The diff for this file is too large to render. See raw diff
 
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/features/feature_classification.csv ADDED
The diff for this file is too large to render. See raw diff
 
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/features/merged_classification.csv ADDED
The diff for this file is too large to render. See raw diff
 
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/features/shared_features_geometry.csv ADDED
The diff for this file is too large to render. See raw diff
 
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/features/superposition_analysis.json ADDED
The diff for this file is too large to render. See raw diff
 
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/features/visual_evidence_features.json ADDED
@@ -0,0 +1,2939 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "lost_visual_evidence": [
3
+ 217,
4
+ 230,
5
+ 372,
6
+ 375,
7
+ 464,
8
+ 739,
9
+ 964,
10
+ 1000,
11
+ 1036,
12
+ 1084,
13
+ 1141,
14
+ 1260,
15
+ 1313,
16
+ 1417,
17
+ 1596,
18
+ 2113,
19
+ 2703,
20
+ 2829,
21
+ 3657,
22
+ 3659,
23
+ 3798,
24
+ 3912,
25
+ 4216,
26
+ 4292,
27
+ 4496,
28
+ 4556,
29
+ 4708,
30
+ 4804,
31
+ 5125,
32
+ 5210,
33
+ 5224,
34
+ 5264,
35
+ 5516,
36
+ 5592,
37
+ 5900,
38
+ 5976,
39
+ 6019,
40
+ 6257,
41
+ 6463,
42
+ 6939,
43
+ 6956,
44
+ 6975,
45
+ 7092,
46
+ 7277,
47
+ 7300,
48
+ 7342,
49
+ 7501,
50
+ 8010,
51
+ 8123,
52
+ 8523,
53
+ 8688,
54
+ 8889,
55
+ 9106,
56
+ 9232,
57
+ 9264,
58
+ 9299,
59
+ 9609,
60
+ 9643,
61
+ 9667,
62
+ 9682,
63
+ 9691,
64
+ 9711,
65
+ 10012,
66
+ 10121,
67
+ 10139,
68
+ 10393,
69
+ 10913,
70
+ 11354,
71
+ 11808,
72
+ 11921,
73
+ 11925,
74
+ 12044,
75
+ 12090,
76
+ 12152,
77
+ 12184,
78
+ 12247,
79
+ 13163,
80
+ 13189,
81
+ 13718,
82
+ 13747,
83
+ 13929,
84
+ 14258,
85
+ 14536,
86
+ 14665,
87
+ 15388,
88
+ 15526,
89
+ 15604,
90
+ 16232,
91
+ 16431,
92
+ 16496,
93
+ 16616,
94
+ 17102,
95
+ 17188,
96
+ 17190,
97
+ 17558,
98
+ 18026,
99
+ 18220,
100
+ 18236,
101
+ 18551,
102
+ 18789,
103
+ 18814,
104
+ 18851,
105
+ 18957,
106
+ 19048,
107
+ 19235,
108
+ 19630,
109
+ 19792,
110
+ 20013,
111
+ 20028,
112
+ 20045,
113
+ 20161,
114
+ 20361,
115
+ 20399,
116
+ 20464,
117
+ 20508,
118
+ 20600,
119
+ 20789,
120
+ 20810,
121
+ 21096,
122
+ 21217,
123
+ 21414,
124
+ 21719,
125
+ 21761,
126
+ 21879,
127
+ 21969,
128
+ 22505,
129
+ 22553,
130
+ 22565,
131
+ 22856,
132
+ 22879,
133
+ 23026,
134
+ 23281,
135
+ 23859,
136
+ 24080,
137
+ 24319,
138
+ 24323,
139
+ 24481,
140
+ 24513
141
+ ],
142
+ "redirected_visual_to_prior": [
143
+ 6,
144
+ 26,
145
+ 28,
146
+ 40,
147
+ 59,
148
+ 101,
149
+ 109,
150
+ 113,
151
+ 122,
152
+ 126,
153
+ 129,
154
+ 135,
155
+ 148,
156
+ 164,
157
+ 172,
158
+ 178,
159
+ 206,
160
+ 249,
161
+ 253,
162
+ 254,
163
+ 264,
164
+ 268,
165
+ 299,
166
+ 311,
167
+ 357,
168
+ 366,
169
+ 369,
170
+ 382,
171
+ 384,
172
+ 390,
173
+ 393,
174
+ 428,
175
+ 431,
176
+ 455,
177
+ 462,
178
+ 494,
179
+ 514,
180
+ 516,
181
+ 524,
182
+ 560,
183
+ 565,
184
+ 573,
185
+ 579,
186
+ 584,
187
+ 601,
188
+ 602,
189
+ 603,
190
+ 610,
191
+ 633,
192
+ 635,
193
+ 648,
194
+ 653,
195
+ 659,
196
+ 687,
197
+ 689,
198
+ 702,
199
+ 704,
200
+ 705,
201
+ 713,
202
+ 732,
203
+ 734,
204
+ 741,
205
+ 743,
206
+ 759,
207
+ 778,
208
+ 784,
209
+ 785,
210
+ 786,
211
+ 803,
212
+ 807,
213
+ 827,
214
+ 841,
215
+ 844,
216
+ 847,
217
+ 853,
218
+ 874,
219
+ 887,
220
+ 919,
221
+ 926,
222
+ 936,
223
+ 950,
224
+ 996,
225
+ 1017,
226
+ 1023,
227
+ 1041,
228
+ 1062,
229
+ 1071,
230
+ 1085,
231
+ 1115,
232
+ 1116,
233
+ 1119,
234
+ 1135,
235
+ 1147,
236
+ 1154,
237
+ 1188,
238
+ 1212,
239
+ 1235,
240
+ 1250,
241
+ 1264,
242
+ 1276,
243
+ 1282,
244
+ 1291,
245
+ 1311,
246
+ 1317,
247
+ 1324,
248
+ 1336,
249
+ 1363,
250
+ 1398,
251
+ 1399,
252
+ 1433,
253
+ 1447,
254
+ 1469,
255
+ 1488,
256
+ 1490,
257
+ 1501,
258
+ 1509,
259
+ 1528,
260
+ 1533,
261
+ 1557,
262
+ 1569,
263
+ 1584,
264
+ 1594,
265
+ 1599,
266
+ 1604,
267
+ 1628,
268
+ 1631,
269
+ 1638,
270
+ 1640,
271
+ 1642,
272
+ 1645,
273
+ 1654,
274
+ 1660,
275
+ 1663,
276
+ 1664,
277
+ 1681,
278
+ 1688,
279
+ 1693,
280
+ 1719,
281
+ 1728,
282
+ 1735,
283
+ 1738,
284
+ 1739,
285
+ 1779,
286
+ 1784,
287
+ 1789,
288
+ 1808,
289
+ 1833,
290
+ 1835,
291
+ 1836,
292
+ 1850,
293
+ 1855,
294
+ 1872,
295
+ 1882,
296
+ 1886,
297
+ 1893,
298
+ 1912,
299
+ 1915,
300
+ 1944,
301
+ 1952,
302
+ 1955,
303
+ 1963,
304
+ 1980,
305
+ 1984,
306
+ 1988,
307
+ 1997,
308
+ 2002,
309
+ 2007,
310
+ 2027,
311
+ 2043,
312
+ 2057,
313
+ 2064,
314
+ 2067,
315
+ 2074,
316
+ 2086,
317
+ 2098,
318
+ 2117,
319
+ 2132,
320
+ 2145,
321
+ 2149,
322
+ 2161,
323
+ 2167,
324
+ 2179,
325
+ 2203,
326
+ 2212,
327
+ 2215,
328
+ 2229,
329
+ 2239,
330
+ 2240,
331
+ 2244,
332
+ 2247,
333
+ 2250,
334
+ 2260,
335
+ 2269,
336
+ 2278,
337
+ 2284,
338
+ 2297,
339
+ 2303,
340
+ 2304,
341
+ 2318,
342
+ 2334,
343
+ 2341,
344
+ 2345,
345
+ 2399,
346
+ 2423,
347
+ 2431,
348
+ 2439,
349
+ 2443,
350
+ 2456,
351
+ 2458,
352
+ 2460,
353
+ 2478,
354
+ 2508,
355
+ 2537,
356
+ 2589,
357
+ 2593,
358
+ 2628,
359
+ 2632,
360
+ 2634,
361
+ 2640,
362
+ 2642,
363
+ 2659,
364
+ 2669,
365
+ 2675,
366
+ 2710,
367
+ 2730,
368
+ 2788,
369
+ 2794,
370
+ 2809,
371
+ 2810,
372
+ 2838,
373
+ 2846,
374
+ 2866,
375
+ 2877,
376
+ 2905,
377
+ 2919,
378
+ 2927,
379
+ 2931,
380
+ 2932,
381
+ 2955,
382
+ 2961,
383
+ 2964,
384
+ 2966,
385
+ 2986,
386
+ 3042,
387
+ 3049,
388
+ 3052,
389
+ 3057,
390
+ 3060,
391
+ 3069,
392
+ 3131,
393
+ 3148,
394
+ 3162,
395
+ 3163,
396
+ 3179,
397
+ 3183,
398
+ 3187,
399
+ 3192,
400
+ 3196,
401
+ 3198,
402
+ 3212,
403
+ 3228,
404
+ 3229,
405
+ 3233,
406
+ 3258,
407
+ 3273,
408
+ 3276,
409
+ 3294,
410
+ 3308,
411
+ 3311,
412
+ 3317,
413
+ 3320,
414
+ 3321,
415
+ 3324,
416
+ 3340,
417
+ 3341,
418
+ 3383,
419
+ 3401,
420
+ 3424,
421
+ 3433,
422
+ 3464,
423
+ 3469,
424
+ 3489,
425
+ 3504,
426
+ 3513,
427
+ 3517,
428
+ 3518,
429
+ 3543,
430
+ 3579,
431
+ 3580,
432
+ 3584,
433
+ 3586,
434
+ 3591,
435
+ 3621,
436
+ 3622,
437
+ 3624,
438
+ 3631,
439
+ 3633,
440
+ 3635,
441
+ 3664,
442
+ 3669,
443
+ 3677,
444
+ 3694,
445
+ 3697,
446
+ 3713,
447
+ 3740,
448
+ 3743,
449
+ 3749,
450
+ 3765,
451
+ 3769,
452
+ 3772,
453
+ 3773,
454
+ 3776,
455
+ 3781,
456
+ 3833,
457
+ 3848,
458
+ 3849,
459
+ 3855,
460
+ 3856,
461
+ 3858,
462
+ 3859,
463
+ 3864,
464
+ 3907,
465
+ 3924,
466
+ 3950,
467
+ 3987,
468
+ 3995,
469
+ 3998,
470
+ 4001,
471
+ 4031,
472
+ 4038,
473
+ 4053,
474
+ 4074,
475
+ 4098,
476
+ 4105,
477
+ 4106,
478
+ 4131,
479
+ 4142,
480
+ 4196,
481
+ 4210,
482
+ 4244,
483
+ 4269,
484
+ 4274,
485
+ 4282,
486
+ 4291,
487
+ 4298,
488
+ 4300,
489
+ 4309,
490
+ 4330,
491
+ 4341,
492
+ 4365,
493
+ 4376,
494
+ 4399,
495
+ 4433,
496
+ 4460,
497
+ 4473,
498
+ 4491,
499
+ 4500,
500
+ 4543,
501
+ 4577,
502
+ 4599,
503
+ 4606,
504
+ 4616,
505
+ 4617,
506
+ 4630,
507
+ 4651,
508
+ 4660,
509
+ 4675,
510
+ 4676,
511
+ 4717,
512
+ 4737,
513
+ 4743,
514
+ 4747,
515
+ 4764,
516
+ 4772,
517
+ 4785,
518
+ 4798,
519
+ 4827,
520
+ 4840,
521
+ 4844,
522
+ 4857,
523
+ 4878,
524
+ 4879,
525
+ 4883,
526
+ 4894,
527
+ 4944,
528
+ 4946,
529
+ 4964,
530
+ 4984,
531
+ 4985,
532
+ 4994,
533
+ 5040,
534
+ 5055,
535
+ 5058,
536
+ 5063,
537
+ 5084,
538
+ 5090,
539
+ 5096,
540
+ 5101,
541
+ 5115,
542
+ 5117,
543
+ 5139,
544
+ 5146,
545
+ 5148,
546
+ 5164,
547
+ 5191,
548
+ 5195,
549
+ 5202,
550
+ 5211,
551
+ 5229,
552
+ 5242,
553
+ 5249,
554
+ 5262,
555
+ 5268,
556
+ 5277,
557
+ 5295,
558
+ 5311,
559
+ 5312,
560
+ 5314,
561
+ 5317,
562
+ 5322,
563
+ 5329,
564
+ 5337,
565
+ 5338,
566
+ 5346,
567
+ 5377,
568
+ 5416,
569
+ 5436,
570
+ 5450,
571
+ 5470,
572
+ 5472,
573
+ 5500,
574
+ 5505,
575
+ 5533,
576
+ 5535,
577
+ 5549,
578
+ 5560,
579
+ 5564,
580
+ 5594,
581
+ 5613,
582
+ 5621,
583
+ 5632,
584
+ 5634,
585
+ 5638,
586
+ 5646,
587
+ 5647,
588
+ 5653,
589
+ 5679,
590
+ 5683,
591
+ 5686,
592
+ 5722,
593
+ 5724,
594
+ 5728,
595
+ 5741,
596
+ 5750,
597
+ 5753,
598
+ 5763,
599
+ 5769,
600
+ 5773,
601
+ 5784,
602
+ 5794,
603
+ 5797,
604
+ 5803,
605
+ 5819,
606
+ 5830,
607
+ 5838,
608
+ 5843,
609
+ 5845,
610
+ 5893,
611
+ 5913,
612
+ 5930,
613
+ 5946,
614
+ 5957,
615
+ 5963,
616
+ 6005,
617
+ 6011,
618
+ 6014,
619
+ 6038,
620
+ 6040,
621
+ 6069,
622
+ 6072,
623
+ 6094,
624
+ 6112,
625
+ 6127,
626
+ 6131,
627
+ 6134,
628
+ 6136,
629
+ 6151,
630
+ 6162,
631
+ 6181,
632
+ 6228,
633
+ 6237,
634
+ 6248,
635
+ 6265,
636
+ 6280,
637
+ 6308,
638
+ 6318,
639
+ 6343,
640
+ 6349,
641
+ 6353,
642
+ 6379,
643
+ 6383,
644
+ 6389,
645
+ 6399,
646
+ 6412,
647
+ 6418,
648
+ 6419,
649
+ 6432,
650
+ 6433,
651
+ 6456,
652
+ 6464,
653
+ 6468,
654
+ 6475,
655
+ 6476,
656
+ 6496,
657
+ 6497,
658
+ 6515,
659
+ 6520,
660
+ 6533,
661
+ 6543,
662
+ 6558,
663
+ 6613,
664
+ 6643,
665
+ 6660,
666
+ 6672,
667
+ 6684,
668
+ 6710,
669
+ 6719,
670
+ 6740,
671
+ 6744,
672
+ 6746,
673
+ 6761,
674
+ 6768,
675
+ 6770,
676
+ 6790,
677
+ 6805,
678
+ 6808,
679
+ 6815,
680
+ 6823,
681
+ 6825,
682
+ 6829,
683
+ 6850,
684
+ 6854,
685
+ 6861,
686
+ 6866,
687
+ 6869,
688
+ 6871,
689
+ 6873,
690
+ 6883,
691
+ 6886,
692
+ 6894,
693
+ 6906,
694
+ 6910,
695
+ 6915,
696
+ 6931,
697
+ 6932,
698
+ 6933,
699
+ 6945,
700
+ 6962,
701
+ 6963,
702
+ 6969,
703
+ 6987,
704
+ 6993,
705
+ 6999,
706
+ 7006,
707
+ 7014,
708
+ 7028,
709
+ 7035,
710
+ 7039,
711
+ 7042,
712
+ 7054,
713
+ 7061,
714
+ 7064,
715
+ 7070,
716
+ 7104,
717
+ 7107,
718
+ 7123,
719
+ 7135,
720
+ 7182,
721
+ 7184,
722
+ 7198,
723
+ 7201,
724
+ 7215,
725
+ 7241,
726
+ 7246,
727
+ 7248,
728
+ 7271,
729
+ 7328,
730
+ 7331,
731
+ 7344,
732
+ 7347,
733
+ 7393,
734
+ 7404,
735
+ 7405,
736
+ 7406,
737
+ 7408,
738
+ 7414,
739
+ 7417,
740
+ 7425,
741
+ 7458,
742
+ 7467,
743
+ 7487,
744
+ 7510,
745
+ 7512,
746
+ 7519,
747
+ 7524,
748
+ 7542,
749
+ 7610,
750
+ 7626,
751
+ 7632,
752
+ 7634,
753
+ 7638,
754
+ 7643,
755
+ 7658,
756
+ 7667,
757
+ 7672,
758
+ 7679,
759
+ 7683,
760
+ 7694,
761
+ 7697,
762
+ 7714,
763
+ 7716,
764
+ 7718,
765
+ 7726,
766
+ 7737,
767
+ 7745,
768
+ 7760,
769
+ 7789,
770
+ 7817,
771
+ 7832,
772
+ 7837,
773
+ 7840,
774
+ 7855,
775
+ 7876,
776
+ 7881,
777
+ 7886,
778
+ 7887,
779
+ 7907,
780
+ 7909,
781
+ 7924,
782
+ 7935,
783
+ 7963,
784
+ 7972,
785
+ 7975,
786
+ 8008,
787
+ 8009,
788
+ 8026,
789
+ 8048,
790
+ 8057,
791
+ 8061,
792
+ 8070,
793
+ 8124,
794
+ 8146,
795
+ 8152,
796
+ 8156,
797
+ 8163,
798
+ 8190,
799
+ 8195,
800
+ 8209,
801
+ 8223,
802
+ 8233,
803
+ 8237,
804
+ 8256,
805
+ 8279,
806
+ 8328,
807
+ 8332,
808
+ 8346,
809
+ 8358,
810
+ 8363,
811
+ 8364,
812
+ 8369,
813
+ 8370,
814
+ 8377,
815
+ 8381,
816
+ 8385,
817
+ 8396,
818
+ 8398,
819
+ 8403,
820
+ 8407,
821
+ 8420,
822
+ 8427,
823
+ 8430,
824
+ 8459,
825
+ 8464,
826
+ 8468,
827
+ 8470,
828
+ 8475,
829
+ 8482,
830
+ 8493,
831
+ 8494,
832
+ 8498,
833
+ 8500,
834
+ 8508,
835
+ 8513,
836
+ 8538,
837
+ 8548,
838
+ 8554,
839
+ 8581,
840
+ 8583,
841
+ 8585,
842
+ 8591,
843
+ 8595,
844
+ 8608,
845
+ 8622,
846
+ 8680,
847
+ 8710,
848
+ 8721,
849
+ 8732,
850
+ 8745,
851
+ 8755,
852
+ 8766,
853
+ 8768,
854
+ 8769,
855
+ 8780,
856
+ 8804,
857
+ 8813,
858
+ 8821,
859
+ 8823,
860
+ 8824,
861
+ 8869,
862
+ 8870,
863
+ 8872,
864
+ 8879,
865
+ 8884,
866
+ 8894,
867
+ 8901,
868
+ 8906,
869
+ 8925,
870
+ 8941,
871
+ 8965,
872
+ 8991,
873
+ 9000,
874
+ 9030,
875
+ 9031,
876
+ 9033,
877
+ 9042,
878
+ 9051,
879
+ 9065,
880
+ 9074,
881
+ 9101,
882
+ 9111,
883
+ 9122,
884
+ 9130,
885
+ 9137,
886
+ 9150,
887
+ 9172,
888
+ 9176,
889
+ 9185,
890
+ 9193,
891
+ 9212,
892
+ 9252,
893
+ 9281,
894
+ 9287,
895
+ 9288,
896
+ 9289,
897
+ 9296,
898
+ 9343,
899
+ 9358,
900
+ 9369,
901
+ 9389,
902
+ 9390,
903
+ 9399,
904
+ 9402,
905
+ 9431,
906
+ 9448,
907
+ 9461,
908
+ 9463,
909
+ 9467,
910
+ 9473,
911
+ 9499,
912
+ 9515,
913
+ 9520,
914
+ 9532,
915
+ 9538,
916
+ 9555,
917
+ 9600,
918
+ 9618,
919
+ 9620,
920
+ 9633,
921
+ 9639,
922
+ 9647,
923
+ 9656,
924
+ 9663,
925
+ 9675,
926
+ 9676,
927
+ 9684,
928
+ 9687,
929
+ 9692,
930
+ 9697,
931
+ 9710,
932
+ 9730,
933
+ 9738,
934
+ 9740,
935
+ 9745,
936
+ 9771,
937
+ 9788,
938
+ 9791,
939
+ 9793,
940
+ 9799,
941
+ 9801,
942
+ 9806,
943
+ 9824,
944
+ 9826,
945
+ 9827,
946
+ 9831,
947
+ 9837,
948
+ 9838,
949
+ 9860,
950
+ 9872,
951
+ 9890,
952
+ 9893,
953
+ 9894,
954
+ 9905,
955
+ 9914,
956
+ 9937,
957
+ 9942,
958
+ 9961,
959
+ 9991,
960
+ 9994,
961
+ 10009,
962
+ 10014,
963
+ 10016,
964
+ 10018,
965
+ 10020,
966
+ 10024,
967
+ 10038,
968
+ 10039,
969
+ 10054,
970
+ 10065,
971
+ 10117,
972
+ 10122,
973
+ 10155,
974
+ 10167,
975
+ 10168,
976
+ 10171,
977
+ 10176,
978
+ 10178,
979
+ 10193,
980
+ 10201,
981
+ 10220,
982
+ 10225,
983
+ 10232,
984
+ 10265,
985
+ 10267,
986
+ 10269,
987
+ 10282,
988
+ 10318,
989
+ 10354,
990
+ 10369,
991
+ 10375,
992
+ 10411,
993
+ 10430,
994
+ 10439,
995
+ 10441,
996
+ 10449,
997
+ 10463,
998
+ 10504,
999
+ 10511,
1000
+ 10515,
1001
+ 10519,
1002
+ 10529,
1003
+ 10532,
1004
+ 10563,
1005
+ 10567,
1006
+ 10574,
1007
+ 10575,
1008
+ 10594,
1009
+ 10602,
1010
+ 10610,
1011
+ 10615,
1012
+ 10628,
1013
+ 10642,
1014
+ 10645,
1015
+ 10664,
1016
+ 10696,
1017
+ 10735,
1018
+ 10748,
1019
+ 10750,
1020
+ 10753,
1021
+ 10766,
1022
+ 10800,
1023
+ 10818,
1024
+ 10821,
1025
+ 10822,
1026
+ 10826,
1027
+ 10830,
1028
+ 10833,
1029
+ 10836,
1030
+ 10859,
1031
+ 10874,
1032
+ 10878,
1033
+ 10883,
1034
+ 10889,
1035
+ 10909,
1036
+ 10935,
1037
+ 10946,
1038
+ 10966,
1039
+ 10985,
1040
+ 10992,
1041
+ 10994,
1042
+ 11001,
1043
+ 11004,
1044
+ 11009,
1045
+ 11015,
1046
+ 11018,
1047
+ 11036,
1048
+ 11037,
1049
+ 11056,
1050
+ 11078,
1051
+ 11098,
1052
+ 11101,
1053
+ 11108,
1054
+ 11113,
1055
+ 11196,
1056
+ 11204,
1057
+ 11226,
1058
+ 11244,
1059
+ 11259,
1060
+ 11261,
1061
+ 11269,
1062
+ 11274,
1063
+ 11279,
1064
+ 11288,
1065
+ 11292,
1066
+ 11338,
1067
+ 11355,
1068
+ 11364,
1069
+ 11374,
1070
+ 11391,
1071
+ 11393,
1072
+ 11429,
1073
+ 11436,
1074
+ 11467,
1075
+ 11471,
1076
+ 11476,
1077
+ 11486,
1078
+ 11497,
1079
+ 11500,
1080
+ 11517,
1081
+ 11550,
1082
+ 11551,
1083
+ 11571,
1084
+ 11576,
1085
+ 11584,
1086
+ 11592,
1087
+ 11599,
1088
+ 11606,
1089
+ 11644,
1090
+ 11665,
1091
+ 11679,
1092
+ 11685,
1093
+ 11716,
1094
+ 11722,
1095
+ 11724,
1096
+ 11733,
1097
+ 11736,
1098
+ 11739,
1099
+ 11744,
1100
+ 11749,
1101
+ 11755,
1102
+ 11756,
1103
+ 11758,
1104
+ 11811,
1105
+ 11821,
1106
+ 11822,
1107
+ 11823,
1108
+ 11826,
1109
+ 11829,
1110
+ 11830,
1111
+ 11841,
1112
+ 11850,
1113
+ 11883,
1114
+ 11895,
1115
+ 11912,
1116
+ 11926,
1117
+ 11935,
1118
+ 11958,
1119
+ 11963,
1120
+ 11970,
1121
+ 11982,
1122
+ 11986,
1123
+ 11996,
1124
+ 12029,
1125
+ 12030,
1126
+ 12065,
1127
+ 12066,
1128
+ 12068,
1129
+ 12085,
1130
+ 12088,
1131
+ 12091,
1132
+ 12107,
1133
+ 12108,
1134
+ 12129,
1135
+ 12131,
1136
+ 12132,
1137
+ 12138,
1138
+ 12154,
1139
+ 12155,
1140
+ 12160,
1141
+ 12173,
1142
+ 12175,
1143
+ 12188,
1144
+ 12200,
1145
+ 12210,
1146
+ 12217,
1147
+ 12232,
1148
+ 12245,
1149
+ 12263,
1150
+ 12290,
1151
+ 12300,
1152
+ 12330,
1153
+ 12342,
1154
+ 12346,
1155
+ 12385,
1156
+ 12386,
1157
+ 12402,
1158
+ 12413,
1159
+ 12420,
1160
+ 12435,
1161
+ 12440,
1162
+ 12444,
1163
+ 12446,
1164
+ 12447,
1165
+ 12451,
1166
+ 12452,
1167
+ 12460,
1168
+ 12480,
1169
+ 12482,
1170
+ 12489,
1171
+ 12504,
1172
+ 12538,
1173
+ 12563,
1174
+ 12566,
1175
+ 12569,
1176
+ 12570,
1177
+ 12572,
1178
+ 12578,
1179
+ 12587,
1180
+ 12612,
1181
+ 12639,
1182
+ 12657,
1183
+ 12662,
1184
+ 12663,
1185
+ 12667,
1186
+ 12671,
1187
+ 12685,
1188
+ 12700,
1189
+ 12717,
1190
+ 12720,
1191
+ 12732,
1192
+ 12764,
1193
+ 12778,
1194
+ 12792,
1195
+ 12809,
1196
+ 12818,
1197
+ 12831,
1198
+ 12840,
1199
+ 12844,
1200
+ 12855,
1201
+ 12883,
1202
+ 12885,
1203
+ 12910,
1204
+ 12913,
1205
+ 12915,
1206
+ 12935,
1207
+ 12960,
1208
+ 13000,
1209
+ 13028,
1210
+ 13036,
1211
+ 13052,
1212
+ 13063,
1213
+ 13075,
1214
+ 13078,
1215
+ 13117,
1216
+ 13144,
1217
+ 13160,
1218
+ 13179,
1219
+ 13210,
1220
+ 13214,
1221
+ 13240,
1222
+ 13265,
1223
+ 13284,
1224
+ 13294,
1225
+ 13326,
1226
+ 13337,
1227
+ 13344,
1228
+ 13357,
1229
+ 13363,
1230
+ 13364,
1231
+ 13367,
1232
+ 13369,
1233
+ 13387,
1234
+ 13410,
1235
+ 13415,
1236
+ 13416,
1237
+ 13419,
1238
+ 13426,
1239
+ 13438,
1240
+ 13476,
1241
+ 13484,
1242
+ 13507,
1243
+ 13535,
1244
+ 13550,
1245
+ 13552,
1246
+ 13576,
1247
+ 13607,
1248
+ 13609,
1249
+ 13610,
1250
+ 13612,
1251
+ 13658,
1252
+ 13668,
1253
+ 13700,
1254
+ 13709,
1255
+ 13721,
1256
+ 13729,
1257
+ 13737,
1258
+ 13738,
1259
+ 13743,
1260
+ 13781,
1261
+ 13783,
1262
+ 13817,
1263
+ 13851,
1264
+ 13864,
1265
+ 13928,
1266
+ 13936,
1267
+ 13938,
1268
+ 13941,
1269
+ 13949,
1270
+ 13966,
1271
+ 13970,
1272
+ 13980,
1273
+ 13991,
1274
+ 14005,
1275
+ 14037,
1276
+ 14038,
1277
+ 14051,
1278
+ 14054,
1279
+ 14060,
1280
+ 14077,
1281
+ 14099,
1282
+ 14100,
1283
+ 14107,
1284
+ 14142,
1285
+ 14143,
1286
+ 14156,
1287
+ 14157,
1288
+ 14161,
1289
+ 14180,
1290
+ 14186,
1291
+ 14197,
1292
+ 14211,
1293
+ 14214,
1294
+ 14220,
1295
+ 14223,
1296
+ 14237,
1297
+ 14242,
1298
+ 14251,
1299
+ 14260,
1300
+ 14264,
1301
+ 14301,
1302
+ 14312,
1303
+ 14317,
1304
+ 14320,
1305
+ 14337,
1306
+ 14352,
1307
+ 14357,
1308
+ 14359,
1309
+ 14360,
1310
+ 14365,
1311
+ 14390,
1312
+ 14405,
1313
+ 14418,
1314
+ 14421,
1315
+ 14425,
1316
+ 14430,
1317
+ 14431,
1318
+ 14436,
1319
+ 14453,
1320
+ 14454,
1321
+ 14458,
1322
+ 14491,
1323
+ 14500,
1324
+ 14512,
1325
+ 14514,
1326
+ 14517,
1327
+ 14525,
1328
+ 14530,
1329
+ 14543,
1330
+ 14564,
1331
+ 14570,
1332
+ 14625,
1333
+ 14641,
1334
+ 14642,
1335
+ 14661,
1336
+ 14668,
1337
+ 14678,
1338
+ 14683,
1339
+ 14707,
1340
+ 14730,
1341
+ 14731,
1342
+ 14733,
1343
+ 14761,
1344
+ 14766,
1345
+ 14775,
1346
+ 14785,
1347
+ 14798,
1348
+ 14803,
1349
+ 14822,
1350
+ 14826,
1351
+ 14830,
1352
+ 14834,
1353
+ 14836,
1354
+ 14854,
1355
+ 14858,
1356
+ 14859,
1357
+ 14892,
1358
+ 14899,
1359
+ 14909,
1360
+ 14935,
1361
+ 14937,
1362
+ 14939,
1363
+ 14954,
1364
+ 14956,
1365
+ 14991,
1366
+ 14997,
1367
+ 15001,
1368
+ 15016,
1369
+ 15017,
1370
+ 15020,
1371
+ 15028,
1372
+ 15046,
1373
+ 15062,
1374
+ 15069,
1375
+ 15070,
1376
+ 15090,
1377
+ 15110,
1378
+ 15115,
1379
+ 15125,
1380
+ 15151,
1381
+ 15152,
1382
+ 15160,
1383
+ 15164,
1384
+ 15170,
1385
+ 15178,
1386
+ 15181,
1387
+ 15182,
1388
+ 15210,
1389
+ 15215,
1390
+ 15223,
1391
+ 15226,
1392
+ 15227,
1393
+ 15230,
1394
+ 15243,
1395
+ 15248,
1396
+ 15266,
1397
+ 15268,
1398
+ 15284,
1399
+ 15300,
1400
+ 15307,
1401
+ 15327,
1402
+ 15348,
1403
+ 15350,
1404
+ 15402,
1405
+ 15432,
1406
+ 15459,
1407
+ 15462,
1408
+ 15478,
1409
+ 15509,
1410
+ 15530,
1411
+ 15541,
1412
+ 15548,
1413
+ 15594,
1414
+ 15606,
1415
+ 15610,
1416
+ 15659,
1417
+ 15700,
1418
+ 15710,
1419
+ 15740,
1420
+ 15750,
1421
+ 15783,
1422
+ 15785,
1423
+ 15844,
1424
+ 15845,
1425
+ 15858,
1426
+ 15878,
1427
+ 15882,
1428
+ 15891,
1429
+ 15936,
1430
+ 15948,
1431
+ 15956,
1432
+ 15975,
1433
+ 15979,
1434
+ 15981,
1435
+ 15997,
1436
+ 16011,
1437
+ 16035,
1438
+ 16037,
1439
+ 16044,
1440
+ 16045,
1441
+ 16046,
1442
+ 16078,
1443
+ 16084,
1444
+ 16107,
1445
+ 16130,
1446
+ 16155,
1447
+ 16161,
1448
+ 16177,
1449
+ 16208,
1450
+ 16210,
1451
+ 16228,
1452
+ 16248,
1453
+ 16285,
1454
+ 16288,
1455
+ 16289,
1456
+ 16302,
1457
+ 16311,
1458
+ 16368,
1459
+ 16379,
1460
+ 16388,
1461
+ 16392,
1462
+ 16419,
1463
+ 16429,
1464
+ 16447,
1465
+ 16457,
1466
+ 16470,
1467
+ 16474,
1468
+ 16481,
1469
+ 16504,
1470
+ 16505,
1471
+ 16518,
1472
+ 16541,
1473
+ 16548,
1474
+ 16551,
1475
+ 16559,
1476
+ 16564,
1477
+ 16565,
1478
+ 16573,
1479
+ 16576,
1480
+ 16605,
1481
+ 16619,
1482
+ 16623,
1483
+ 16635,
1484
+ 16636,
1485
+ 16654,
1486
+ 16661,
1487
+ 16663,
1488
+ 16676,
1489
+ 16683,
1490
+ 16715,
1491
+ 16729,
1492
+ 16730,
1493
+ 16752,
1494
+ 16776,
1495
+ 16788,
1496
+ 16795,
1497
+ 16809,
1498
+ 16832,
1499
+ 16858,
1500
+ 16906,
1501
+ 16914,
1502
+ 16921,
1503
+ 16932,
1504
+ 16941,
1505
+ 16958,
1506
+ 16977,
1507
+ 16983,
1508
+ 16991,
1509
+ 17009,
1510
+ 17012,
1511
+ 17040,
1512
+ 17041,
1513
+ 17052,
1514
+ 17058,
1515
+ 17067,
1516
+ 17108,
1517
+ 17118,
1518
+ 17126,
1519
+ 17127,
1520
+ 17133,
1521
+ 17158,
1522
+ 17179,
1523
+ 17202,
1524
+ 17206,
1525
+ 17220,
1526
+ 17224,
1527
+ 17227,
1528
+ 17235,
1529
+ 17241,
1530
+ 17244,
1531
+ 17283,
1532
+ 17285,
1533
+ 17287,
1534
+ 17309,
1535
+ 17321,
1536
+ 17355,
1537
+ 17374,
1538
+ 17376,
1539
+ 17391,
1540
+ 17393,
1541
+ 17401,
1542
+ 17403,
1543
+ 17418,
1544
+ 17437,
1545
+ 17460,
1546
+ 17464,
1547
+ 17487,
1548
+ 17488,
1549
+ 17504,
1550
+ 17508,
1551
+ 17522,
1552
+ 17529,
1553
+ 17550,
1554
+ 17568,
1555
+ 17594,
1556
+ 17598,
1557
+ 17602,
1558
+ 17627,
1559
+ 17633,
1560
+ 17660,
1561
+ 17677,
1562
+ 17679,
1563
+ 17691,
1564
+ 17708,
1565
+ 17712,
1566
+ 17714,
1567
+ 17718,
1568
+ 17721,
1569
+ 17735,
1570
+ 17739,
1571
+ 17743,
1572
+ 17745,
1573
+ 17749,
1574
+ 17757,
1575
+ 17792,
1576
+ 17793,
1577
+ 17799,
1578
+ 17800,
1579
+ 17802,
1580
+ 17803,
1581
+ 17809,
1582
+ 17813,
1583
+ 17839,
1584
+ 17846,
1585
+ 17858,
1586
+ 17870,
1587
+ 17883,
1588
+ 17885,
1589
+ 17888,
1590
+ 17902,
1591
+ 17903,
1592
+ 17904,
1593
+ 17908,
1594
+ 17911,
1595
+ 17913,
1596
+ 17942,
1597
+ 17945,
1598
+ 17950,
1599
+ 17960,
1600
+ 17964,
1601
+ 17965,
1602
+ 17980,
1603
+ 17984,
1604
+ 18000,
1605
+ 18008,
1606
+ 18020,
1607
+ 18031,
1608
+ 18035,
1609
+ 18036,
1610
+ 18047,
1611
+ 18060,
1612
+ 18067,
1613
+ 18070,
1614
+ 18079,
1615
+ 18086,
1616
+ 18107,
1617
+ 18135,
1618
+ 18139,
1619
+ 18152,
1620
+ 18164,
1621
+ 18166,
1622
+ 18173,
1623
+ 18190,
1624
+ 18196,
1625
+ 18199,
1626
+ 18217,
1627
+ 18241,
1628
+ 18267,
1629
+ 18284,
1630
+ 18297,
1631
+ 18301,
1632
+ 18319,
1633
+ 18352,
1634
+ 18353,
1635
+ 18358,
1636
+ 18364,
1637
+ 18369,
1638
+ 18375,
1639
+ 18387,
1640
+ 18412,
1641
+ 18419,
1642
+ 18423,
1643
+ 18432,
1644
+ 18438,
1645
+ 18444,
1646
+ 18462,
1647
+ 18493,
1648
+ 18509,
1649
+ 18518,
1650
+ 18526,
1651
+ 18528,
1652
+ 18545,
1653
+ 18563,
1654
+ 18576,
1655
+ 18580,
1656
+ 18602,
1657
+ 18606,
1658
+ 18610,
1659
+ 18614,
1660
+ 18640,
1661
+ 18642,
1662
+ 18661,
1663
+ 18679,
1664
+ 18687,
1665
+ 18693,
1666
+ 18702,
1667
+ 18720,
1668
+ 18722,
1669
+ 18728,
1670
+ 18738,
1671
+ 18741,
1672
+ 18753,
1673
+ 18763,
1674
+ 18772,
1675
+ 18778,
1676
+ 18783,
1677
+ 18786,
1678
+ 18827,
1679
+ 18830,
1680
+ 18847,
1681
+ 18860,
1682
+ 18865,
1683
+ 18886,
1684
+ 18898,
1685
+ 18914,
1686
+ 18918,
1687
+ 18928,
1688
+ 18953,
1689
+ 18964,
1690
+ 18966,
1691
+ 18972,
1692
+ 18995,
1693
+ 19007,
1694
+ 19015,
1695
+ 19046,
1696
+ 19054,
1697
+ 19067,
1698
+ 19073,
1699
+ 19078,
1700
+ 19079,
1701
+ 19080,
1702
+ 19088,
1703
+ 19112,
1704
+ 19122,
1705
+ 19125,
1706
+ 19145,
1707
+ 19166,
1708
+ 19193,
1709
+ 19198,
1710
+ 19218,
1711
+ 19236,
1712
+ 19272,
1713
+ 19307,
1714
+ 19308,
1715
+ 19312,
1716
+ 19313,
1717
+ 19318,
1718
+ 19319,
1719
+ 19335,
1720
+ 19376,
1721
+ 19385,
1722
+ 19392,
1723
+ 19440,
1724
+ 19462,
1725
+ 19471,
1726
+ 19472,
1727
+ 19499,
1728
+ 19504,
1729
+ 19510,
1730
+ 19520,
1731
+ 19525,
1732
+ 19535,
1733
+ 19552,
1734
+ 19571,
1735
+ 19588,
1736
+ 19604,
1737
+ 19607,
1738
+ 19661,
1739
+ 19666,
1740
+ 19683,
1741
+ 19684,
1742
+ 19689,
1743
+ 19705,
1744
+ 19735,
1745
+ 19739,
1746
+ 19750,
1747
+ 19753,
1748
+ 19757,
1749
+ 19796,
1750
+ 19799,
1751
+ 19805,
1752
+ 19810,
1753
+ 19824,
1754
+ 19840,
1755
+ 19890,
1756
+ 19892,
1757
+ 19894,
1758
+ 19898,
1759
+ 19905,
1760
+ 19913,
1761
+ 19923,
1762
+ 19924,
1763
+ 19926,
1764
+ 19930,
1765
+ 19971,
1766
+ 19987,
1767
+ 19993,
1768
+ 20004,
1769
+ 20005,
1770
+ 20018,
1771
+ 20029,
1772
+ 20080,
1773
+ 20087,
1774
+ 20093,
1775
+ 20104,
1776
+ 20118,
1777
+ 20120,
1778
+ 20135,
1779
+ 20151,
1780
+ 20168,
1781
+ 20177,
1782
+ 20182,
1783
+ 20205,
1784
+ 20217,
1785
+ 20229,
1786
+ 20239,
1787
+ 20241,
1788
+ 20249,
1789
+ 20320,
1790
+ 20337,
1791
+ 20370,
1792
+ 20384,
1793
+ 20411,
1794
+ 20414,
1795
+ 20416,
1796
+ 20429,
1797
+ 20430,
1798
+ 20435,
1799
+ 20441,
1800
+ 20459,
1801
+ 20467,
1802
+ 20473,
1803
+ 20480,
1804
+ 20488,
1805
+ 20498,
1806
+ 20515,
1807
+ 20524,
1808
+ 20531,
1809
+ 20554,
1810
+ 20559,
1811
+ 20575,
1812
+ 20591,
1813
+ 20605,
1814
+ 20614,
1815
+ 20638,
1816
+ 20659,
1817
+ 20661,
1818
+ 20667,
1819
+ 20668,
1820
+ 20671,
1821
+ 20689,
1822
+ 20709,
1823
+ 20738,
1824
+ 20743,
1825
+ 20775,
1826
+ 20788,
1827
+ 20792,
1828
+ 20801,
1829
+ 20815,
1830
+ 20820,
1831
+ 20824,
1832
+ 20829,
1833
+ 20859,
1834
+ 20869,
1835
+ 20870,
1836
+ 20877,
1837
+ 20880,
1838
+ 20887,
1839
+ 20909,
1840
+ 20910,
1841
+ 20913,
1842
+ 20946,
1843
+ 20951,
1844
+ 20992,
1845
+ 20997,
1846
+ 21036,
1847
+ 21053,
1848
+ 21071,
1849
+ 21084,
1850
+ 21093,
1851
+ 21112,
1852
+ 21119,
1853
+ 21143,
1854
+ 21145,
1855
+ 21146,
1856
+ 21157,
1857
+ 21159,
1858
+ 21179,
1859
+ 21216,
1860
+ 21226,
1861
+ 21239,
1862
+ 21252,
1863
+ 21258,
1864
+ 21262,
1865
+ 21263,
1866
+ 21282,
1867
+ 21298,
1868
+ 21299,
1869
+ 21333,
1870
+ 21344,
1871
+ 21390,
1872
+ 21393,
1873
+ 21398,
1874
+ 21401,
1875
+ 21422,
1876
+ 21425,
1877
+ 21434,
1878
+ 21435,
1879
+ 21444,
1880
+ 21452,
1881
+ 21477,
1882
+ 21488,
1883
+ 21517,
1884
+ 21519,
1885
+ 21528,
1886
+ 21541,
1887
+ 21548,
1888
+ 21551,
1889
+ 21571,
1890
+ 21611,
1891
+ 21622,
1892
+ 21634,
1893
+ 21641,
1894
+ 21651,
1895
+ 21657,
1896
+ 21679,
1897
+ 21720,
1898
+ 21722,
1899
+ 21737,
1900
+ 21742,
1901
+ 21752,
1902
+ 21783,
1903
+ 21799,
1904
+ 21809,
1905
+ 21816,
1906
+ 21833,
1907
+ 21840,
1908
+ 21864,
1909
+ 21869,
1910
+ 21871,
1911
+ 21878,
1912
+ 21880,
1913
+ 21885,
1914
+ 21888,
1915
+ 21894,
1916
+ 21899,
1917
+ 21905,
1918
+ 21910,
1919
+ 21912,
1920
+ 21913,
1921
+ 21940,
1922
+ 21973,
1923
+ 21989,
1924
+ 22023,
1925
+ 22089,
1926
+ 22104,
1927
+ 22117,
1928
+ 22125,
1929
+ 22126,
1930
+ 22127,
1931
+ 22132,
1932
+ 22141,
1933
+ 22147,
1934
+ 22153,
1935
+ 22154,
1936
+ 22157,
1937
+ 22168,
1938
+ 22170,
1939
+ 22171,
1940
+ 22172,
1941
+ 22192,
1942
+ 22204,
1943
+ 22207,
1944
+ 22210,
1945
+ 22213,
1946
+ 22229,
1947
+ 22251,
1948
+ 22275,
1949
+ 22283,
1950
+ 22296,
1951
+ 22298,
1952
+ 22348,
1953
+ 22354,
1954
+ 22388,
1955
+ 22394,
1956
+ 22395,
1957
+ 22402,
1958
+ 22410,
1959
+ 22413,
1960
+ 22432,
1961
+ 22458,
1962
+ 22469,
1963
+ 22478,
1964
+ 22498,
1965
+ 22500,
1966
+ 22503,
1967
+ 22520,
1968
+ 22533,
1969
+ 22534,
1970
+ 22538,
1971
+ 22542,
1972
+ 22548,
1973
+ 22571,
1974
+ 22575,
1975
+ 22588,
1976
+ 22599,
1977
+ 22613,
1978
+ 22620,
1979
+ 22628,
1980
+ 22630,
1981
+ 22641,
1982
+ 22642,
1983
+ 22657,
1984
+ 22661,
1985
+ 22666,
1986
+ 22679,
1987
+ 22688,
1988
+ 22705,
1989
+ 22722,
1990
+ 22724,
1991
+ 22747,
1992
+ 22761,
1993
+ 22782,
1994
+ 22805,
1995
+ 22817,
1996
+ 22819,
1997
+ 22844,
1998
+ 22883,
1999
+ 22885,
2000
+ 22891,
2001
+ 22936,
2002
+ 22938,
2003
+ 22946,
2004
+ 22948,
2005
+ 22956,
2006
+ 22959,
2007
+ 22962,
2008
+ 22984,
2009
+ 22990,
2010
+ 22993,
2011
+ 23004,
2012
+ 23008,
2013
+ 23039,
2014
+ 23045,
2015
+ 23051,
2016
+ 23054,
2017
+ 23058,
2018
+ 23074,
2019
+ 23075,
2020
+ 23088,
2021
+ 23091,
2022
+ 23097,
2023
+ 23098,
2024
+ 23111,
2025
+ 23113,
2026
+ 23114,
2027
+ 23122,
2028
+ 23135,
2029
+ 23138,
2030
+ 23150,
2031
+ 23153,
2032
+ 23156,
2033
+ 23172,
2034
+ 23182,
2035
+ 23185,
2036
+ 23187,
2037
+ 23248,
2038
+ 23301,
2039
+ 23303,
2040
+ 23311,
2041
+ 23334,
2042
+ 23341,
2043
+ 23353,
2044
+ 23357,
2045
+ 23364,
2046
+ 23371,
2047
+ 23385,
2048
+ 23387,
2049
+ 23402,
2050
+ 23410,
2051
+ 23452,
2052
+ 23455,
2053
+ 23472,
2054
+ 23510,
2055
+ 23512,
2056
+ 23517,
2057
+ 23525,
2058
+ 23535,
2059
+ 23551,
2060
+ 23591,
2061
+ 23607,
2062
+ 23610,
2063
+ 23615,
2064
+ 23631,
2065
+ 23634,
2066
+ 23658,
2067
+ 23662,
2068
+ 23689,
2069
+ 23700,
2070
+ 23702,
2071
+ 23725,
2072
+ 23736,
2073
+ 23739,
2074
+ 23742,
2075
+ 23781,
2076
+ 23782,
2077
+ 23793,
2078
+ 23836,
2079
+ 23850,
2080
+ 23853,
2081
+ 23875,
2082
+ 23880,
2083
+ 23881,
2084
+ 23899,
2085
+ 23924,
2086
+ 23928,
2087
+ 24003,
2088
+ 24017,
2089
+ 24039,
2090
+ 24055,
2091
+ 24057,
2092
+ 24059,
2093
+ 24098,
2094
+ 24110,
2095
+ 24120,
2096
+ 24125,
2097
+ 24126,
2098
+ 24138,
2099
+ 24141,
2100
+ 24170,
2101
+ 24171,
2102
+ 24178,
2103
+ 24188,
2104
+ 24201,
2105
+ 24215,
2106
+ 24227,
2107
+ 24269,
2108
+ 24276,
2109
+ 24296,
2110
+ 24311,
2111
+ 24314,
2112
+ 24320,
2113
+ 24339,
2114
+ 24402,
2115
+ 24404,
2116
+ 24412,
2117
+ 24413,
2118
+ 24429,
2119
+ 24455,
2120
+ 24465,
2121
+ 24467,
2122
+ 24468,
2123
+ 24469,
2124
+ 24489,
2125
+ 24506,
2126
+ 24511,
2127
+ 24528,
2128
+ 24531,
2129
+ 24545
2130
+ ],
2131
+ "new_compensatory_visual": [
2132
+ 38,
2133
+ 87,
2134
+ 160,
2135
+ 176,
2136
+ 278,
2137
+ 294,
2138
+ 307,
2139
+ 361,
2140
+ 423,
2141
+ 434,
2142
+ 446,
2143
+ 474,
2144
+ 476,
2145
+ 479,
2146
+ 486,
2147
+ 503,
2148
+ 519,
2149
+ 525,
2150
+ 551,
2151
+ 576,
2152
+ 588,
2153
+ 604,
2154
+ 639,
2155
+ 646,
2156
+ 684,
2157
+ 688,
2158
+ 691,
2159
+ 703,
2160
+ 767,
2161
+ 799,
2162
+ 836,
2163
+ 837,
2164
+ 863,
2165
+ 893,
2166
+ 906,
2167
+ 924,
2168
+ 954,
2169
+ 963,
2170
+ 984,
2171
+ 1037,
2172
+ 1038,
2173
+ 1079,
2174
+ 1148,
2175
+ 1171,
2176
+ 1204,
2177
+ 1205,
2178
+ 1245,
2179
+ 1287,
2180
+ 1288,
2181
+ 1307,
2182
+ 1335,
2183
+ 1374,
2184
+ 1392,
2185
+ 1424,
2186
+ 1453,
2187
+ 1494,
2188
+ 1503,
2189
+ 1505,
2190
+ 1520,
2191
+ 1536,
2192
+ 1575,
2193
+ 1629,
2194
+ 1635,
2195
+ 1647,
2196
+ 1824,
2197
+ 1839,
2198
+ 1843,
2199
+ 1863,
2200
+ 1871,
2201
+ 1935,
2202
+ 2013,
2203
+ 2182,
2204
+ 2204,
2205
+ 2210,
2206
+ 2265,
2207
+ 2273,
2208
+ 2317,
2209
+ 2329,
2210
+ 2374,
2211
+ 2409,
2212
+ 2416,
2213
+ 2426,
2214
+ 2529,
2215
+ 2534,
2216
+ 2539,
2217
+ 2542,
2218
+ 2543,
2219
+ 2544,
2220
+ 2559,
2221
+ 2561,
2222
+ 2600,
2223
+ 2604,
2224
+ 2608,
2225
+ 2615,
2226
+ 2692,
2227
+ 2731,
2228
+ 2743,
2229
+ 2844,
2230
+ 2878,
2231
+ 2885,
2232
+ 2887,
2233
+ 2901,
2234
+ 2962,
2235
+ 2984,
2236
+ 3016,
2237
+ 3092,
2238
+ 3139,
2239
+ 3154,
2240
+ 3185,
2241
+ 3210,
2242
+ 3250,
2243
+ 3358,
2244
+ 3368,
2245
+ 3416,
2246
+ 3428,
2247
+ 3432,
2248
+ 3436,
2249
+ 3447,
2250
+ 3462,
2251
+ 3514,
2252
+ 3515,
2253
+ 3516,
2254
+ 3537,
2255
+ 3539,
2256
+ 3557,
2257
+ 3563,
2258
+ 3604,
2259
+ 3650,
2260
+ 3691,
2261
+ 3714,
2262
+ 3746,
2263
+ 3774,
2264
+ 3871,
2265
+ 3889,
2266
+ 3932,
2267
+ 3984,
2268
+ 4020,
2269
+ 4024,
2270
+ 4035,
2271
+ 4047,
2272
+ 4076,
2273
+ 4114,
2274
+ 4141,
2275
+ 4162,
2276
+ 4288,
2277
+ 4289,
2278
+ 4290,
2279
+ 4296,
2280
+ 4379,
2281
+ 4389,
2282
+ 4390,
2283
+ 4441,
2284
+ 4450,
2285
+ 4477,
2286
+ 4668,
2287
+ 4689,
2288
+ 4698,
2289
+ 4720,
2290
+ 4825,
2291
+ 4882,
2292
+ 4889,
2293
+ 4934,
2294
+ 4942,
2295
+ 4971,
2296
+ 5019,
2297
+ 5047,
2298
+ 5051,
2299
+ 5060,
2300
+ 5085,
2301
+ 5092,
2302
+ 5200,
2303
+ 5244,
2304
+ 5287,
2305
+ 5305,
2306
+ 5328,
2307
+ 5344,
2308
+ 5347,
2309
+ 5359,
2310
+ 5433,
2311
+ 5439,
2312
+ 5491,
2313
+ 5502,
2314
+ 5540,
2315
+ 5571,
2316
+ 5622,
2317
+ 5669,
2318
+ 5716,
2319
+ 5759,
2320
+ 5778,
2321
+ 5783,
2322
+ 5813,
2323
+ 5814,
2324
+ 5858,
2325
+ 5903,
2326
+ 5927,
2327
+ 5936,
2328
+ 6012,
2329
+ 6051,
2330
+ 6062,
2331
+ 6156,
2332
+ 6239,
2333
+ 6247,
2334
+ 6263,
2335
+ 6296,
2336
+ 6307,
2337
+ 6321,
2338
+ 6328,
2339
+ 6331,
2340
+ 6332,
2341
+ 6345,
2342
+ 6373,
2343
+ 6394,
2344
+ 6465,
2345
+ 6508,
2346
+ 6565,
2347
+ 6573,
2348
+ 6605,
2349
+ 6644,
2350
+ 6688,
2351
+ 6731,
2352
+ 6739,
2353
+ 6754,
2354
+ 6762,
2355
+ 6807,
2356
+ 6846,
2357
+ 6853,
2358
+ 6862,
2359
+ 6867,
2360
+ 6868,
2361
+ 6899,
2362
+ 6938,
2363
+ 6986,
2364
+ 7057,
2365
+ 7059,
2366
+ 7066,
2367
+ 7084,
2368
+ 7144,
2369
+ 7218,
2370
+ 7262,
2371
+ 7269,
2372
+ 7274,
2373
+ 7278,
2374
+ 7298,
2375
+ 7301,
2376
+ 7310,
2377
+ 7326,
2378
+ 7329,
2379
+ 7362,
2380
+ 7365,
2381
+ 7367,
2382
+ 7448,
2383
+ 7456,
2384
+ 7460,
2385
+ 7468,
2386
+ 7485,
2387
+ 7513,
2388
+ 7537,
2389
+ 7700,
2390
+ 7830,
2391
+ 7897,
2392
+ 7913,
2393
+ 7917,
2394
+ 7934,
2395
+ 7952,
2396
+ 7984,
2397
+ 8038,
2398
+ 8047,
2399
+ 8104,
2400
+ 8112,
2401
+ 8149,
2402
+ 8170,
2403
+ 8189,
2404
+ 8270,
2405
+ 8288,
2406
+ 8386,
2407
+ 8425,
2408
+ 8432,
2409
+ 8453,
2410
+ 8489,
2411
+ 8497,
2412
+ 8505,
2413
+ 8522,
2414
+ 8570,
2415
+ 8576,
2416
+ 8630,
2417
+ 8651,
2418
+ 8696,
2419
+ 8701,
2420
+ 8803,
2421
+ 8828,
2422
+ 8837,
2423
+ 8850,
2424
+ 8858,
2425
+ 8867,
2426
+ 8910,
2427
+ 8912,
2428
+ 8929,
2429
+ 8981,
2430
+ 8989,
2431
+ 8993,
2432
+ 9001,
2433
+ 9028,
2434
+ 9032,
2435
+ 9075,
2436
+ 9103,
2437
+ 9226,
2438
+ 9241,
2439
+ 9314,
2440
+ 9336,
2441
+ 9374,
2442
+ 9385,
2443
+ 9393,
2444
+ 9429,
2445
+ 9483,
2446
+ 9526,
2447
+ 9552,
2448
+ 9553,
2449
+ 9606,
2450
+ 9610,
2451
+ 9621,
2452
+ 9631,
2453
+ 9645,
2454
+ 9664,
2455
+ 9720,
2456
+ 9733,
2457
+ 9735,
2458
+ 9737,
2459
+ 9748,
2460
+ 9832,
2461
+ 9834,
2462
+ 9880,
2463
+ 9891,
2464
+ 9919,
2465
+ 9926,
2466
+ 9940,
2467
+ 9944,
2468
+ 9978,
2469
+ 9983,
2470
+ 10067,
2471
+ 10113,
2472
+ 10129,
2473
+ 10138,
2474
+ 10188,
2475
+ 10207,
2476
+ 10246,
2477
+ 10257,
2478
+ 10302,
2479
+ 10346,
2480
+ 10395,
2481
+ 10477,
2482
+ 10518,
2483
+ 10528,
2484
+ 10538,
2485
+ 10580,
2486
+ 10597,
2487
+ 10644,
2488
+ 10738,
2489
+ 10782,
2490
+ 10789,
2491
+ 10794,
2492
+ 10808,
2493
+ 10832,
2494
+ 10849,
2495
+ 10886,
2496
+ 10905,
2497
+ 10945,
2498
+ 10996,
2499
+ 11031,
2500
+ 11059,
2501
+ 11062,
2502
+ 11082,
2503
+ 11092,
2504
+ 11099,
2505
+ 11104,
2506
+ 11124,
2507
+ 11161,
2508
+ 11178,
2509
+ 11183,
2510
+ 11205,
2511
+ 11218,
2512
+ 11227,
2513
+ 11375,
2514
+ 11397,
2515
+ 11417,
2516
+ 11430,
2517
+ 11492,
2518
+ 11567,
2519
+ 11602,
2520
+ 11640,
2521
+ 11647,
2522
+ 11659,
2523
+ 11689,
2524
+ 11698,
2525
+ 11727,
2526
+ 11773,
2527
+ 11782,
2528
+ 11916,
2529
+ 11929,
2530
+ 11954,
2531
+ 12006,
2532
+ 12035,
2533
+ 12075,
2534
+ 12082,
2535
+ 12115,
2536
+ 12144,
2537
+ 12149,
2538
+ 12169,
2539
+ 12189,
2540
+ 12282,
2541
+ 12302,
2542
+ 12388,
2543
+ 12407,
2544
+ 12433,
2545
+ 12468,
2546
+ 12473,
2547
+ 12477,
2548
+ 12495,
2549
+ 12520,
2550
+ 12527,
2551
+ 12534,
2552
+ 12549,
2553
+ 12564,
2554
+ 12606,
2555
+ 12631,
2556
+ 12645,
2557
+ 12727,
2558
+ 12781,
2559
+ 12786,
2560
+ 12824,
2561
+ 12878,
2562
+ 12892,
2563
+ 12907,
2564
+ 12944,
2565
+ 12956,
2566
+ 12974,
2567
+ 12980,
2568
+ 13105,
2569
+ 13110,
2570
+ 13133,
2571
+ 13183,
2572
+ 13217,
2573
+ 13291,
2574
+ 13295,
2575
+ 13303,
2576
+ 13406,
2577
+ 13425,
2578
+ 13434,
2579
+ 13499,
2580
+ 13525,
2581
+ 13556,
2582
+ 13564,
2583
+ 13586,
2584
+ 13654,
2585
+ 13686,
2586
+ 13710,
2587
+ 13719,
2588
+ 13724,
2589
+ 13726,
2590
+ 13754,
2591
+ 13790,
2592
+ 13829,
2593
+ 13978,
2594
+ 14002,
2595
+ 14049,
2596
+ 14119,
2597
+ 14175,
2598
+ 14191,
2599
+ 14245,
2600
+ 14263,
2601
+ 14310,
2602
+ 14367,
2603
+ 14456,
2604
+ 14576,
2605
+ 14613,
2606
+ 14619,
2607
+ 14636,
2608
+ 14669,
2609
+ 14677,
2610
+ 14704,
2611
+ 14749,
2612
+ 14754,
2613
+ 14760,
2614
+ 14768,
2615
+ 14772,
2616
+ 14813,
2617
+ 14838,
2618
+ 14852,
2619
+ 14878,
2620
+ 14912,
2621
+ 14938,
2622
+ 14940,
2623
+ 15030,
2624
+ 15034,
2625
+ 15102,
2626
+ 15137,
2627
+ 15185,
2628
+ 15213,
2629
+ 15247,
2630
+ 15264,
2631
+ 15344,
2632
+ 15366,
2633
+ 15371,
2634
+ 15383,
2635
+ 15418,
2636
+ 15440,
2637
+ 15454,
2638
+ 15551,
2639
+ 15580,
2640
+ 15642,
2641
+ 15648,
2642
+ 15698,
2643
+ 15702,
2644
+ 15727,
2645
+ 15736,
2646
+ 15773,
2647
+ 15775,
2648
+ 15826,
2649
+ 15892,
2650
+ 15930,
2651
+ 15941,
2652
+ 15959,
2653
+ 15963,
2654
+ 15966,
2655
+ 16010,
2656
+ 16017,
2657
+ 16019,
2658
+ 16052,
2659
+ 16062,
2660
+ 16064,
2661
+ 16075,
2662
+ 16109,
2663
+ 16168,
2664
+ 16178,
2665
+ 16183,
2666
+ 16260,
2667
+ 16269,
2668
+ 16277,
2669
+ 16278,
2670
+ 16295,
2671
+ 16335,
2672
+ 16348,
2673
+ 16369,
2674
+ 16442,
2675
+ 16471,
2676
+ 16509,
2677
+ 16567,
2678
+ 16639,
2679
+ 16724,
2680
+ 16749,
2681
+ 16771,
2682
+ 16801,
2683
+ 16821,
2684
+ 16850,
2685
+ 16895,
2686
+ 16940,
2687
+ 16950,
2688
+ 16962,
2689
+ 16993,
2690
+ 17068,
2691
+ 17088,
2692
+ 17131,
2693
+ 17176,
2694
+ 17196,
2695
+ 17209,
2696
+ 17215,
2697
+ 17269,
2698
+ 17286,
2699
+ 17305,
2700
+ 17327,
2701
+ 17354,
2702
+ 17360,
2703
+ 17389,
2704
+ 17415,
2705
+ 17494,
2706
+ 17507,
2707
+ 17541,
2708
+ 17547,
2709
+ 17564,
2710
+ 17567,
2711
+ 17600,
2712
+ 17657,
2713
+ 17684,
2714
+ 17787,
2715
+ 17801,
2716
+ 17865,
2717
+ 17889,
2718
+ 17914,
2719
+ 17931,
2720
+ 18025,
2721
+ 18032,
2722
+ 18040,
2723
+ 18041,
2724
+ 18116,
2725
+ 18169,
2726
+ 18202,
2727
+ 18204,
2728
+ 18206,
2729
+ 18261,
2730
+ 18299,
2731
+ 18316,
2732
+ 18332,
2733
+ 18391,
2734
+ 18491,
2735
+ 18535,
2736
+ 18630,
2737
+ 18641,
2738
+ 18709,
2739
+ 18734,
2740
+ 18742,
2741
+ 18770,
2742
+ 18795,
2743
+ 18807,
2744
+ 18896,
2745
+ 18899,
2746
+ 18909,
2747
+ 18911,
2748
+ 18950,
2749
+ 19045,
2750
+ 19094,
2751
+ 19116,
2752
+ 19154,
2753
+ 19163,
2754
+ 19183,
2755
+ 19248,
2756
+ 19258,
2757
+ 19302,
2758
+ 19321,
2759
+ 19459,
2760
+ 19494,
2761
+ 19512,
2762
+ 19538,
2763
+ 19547,
2764
+ 19653,
2765
+ 19662,
2766
+ 19706,
2767
+ 19717,
2768
+ 19731,
2769
+ 19754,
2770
+ 19762,
2771
+ 19771,
2772
+ 19780,
2773
+ 19793,
2774
+ 19806,
2775
+ 19870,
2776
+ 19909,
2777
+ 19937,
2778
+ 19955,
2779
+ 19976,
2780
+ 19989,
2781
+ 19990,
2782
+ 20021,
2783
+ 20025,
2784
+ 20063,
2785
+ 20077,
2786
+ 20114,
2787
+ 20191,
2788
+ 20200,
2789
+ 20219,
2790
+ 20236,
2791
+ 20246,
2792
+ 20279,
2793
+ 20298,
2794
+ 20318,
2795
+ 20321,
2796
+ 20353,
2797
+ 20438,
2798
+ 20440,
2799
+ 20458,
2800
+ 20460,
2801
+ 20482,
2802
+ 20553,
2803
+ 20597,
2804
+ 20630,
2805
+ 20669,
2806
+ 20755,
2807
+ 20793,
2808
+ 20854,
2809
+ 20884,
2810
+ 20890,
2811
+ 20896,
2812
+ 20935,
2813
+ 21004,
2814
+ 21033,
2815
+ 21045,
2816
+ 21059,
2817
+ 21074,
2818
+ 21082,
2819
+ 21111,
2820
+ 21175,
2821
+ 21214,
2822
+ 21254,
2823
+ 21318,
2824
+ 21336,
2825
+ 21394,
2826
+ 21413,
2827
+ 21417,
2828
+ 21439,
2829
+ 21448,
2830
+ 21498,
2831
+ 21513,
2832
+ 21545,
2833
+ 21565,
2834
+ 21577,
2835
+ 21711,
2836
+ 21769,
2837
+ 21771,
2838
+ 21807,
2839
+ 21846,
2840
+ 21861,
2841
+ 21921,
2842
+ 21924,
2843
+ 22014,
2844
+ 22039,
2845
+ 22053,
2846
+ 22067,
2847
+ 22128,
2848
+ 22129,
2849
+ 22155,
2850
+ 22191,
2851
+ 22196,
2852
+ 22216,
2853
+ 22240,
2854
+ 22304,
2855
+ 22306,
2856
+ 22326,
2857
+ 22331,
2858
+ 22407,
2859
+ 22408,
2860
+ 22414,
2861
+ 22429,
2862
+ 22466,
2863
+ 22473,
2864
+ 22481,
2865
+ 22515,
2866
+ 22549,
2867
+ 22578,
2868
+ 22582,
2869
+ 22607,
2870
+ 22609,
2871
+ 22659,
2872
+ 22703,
2873
+ 22798,
2874
+ 22803,
2875
+ 22811,
2876
+ 22827,
2877
+ 22831,
2878
+ 22846,
2879
+ 22864,
2880
+ 22880,
2881
+ 22908,
2882
+ 22925,
2883
+ 22963,
2884
+ 22988,
2885
+ 23017,
2886
+ 23059,
2887
+ 23080,
2888
+ 23104,
2889
+ 23106,
2890
+ 23120,
2891
+ 23123,
2892
+ 23124,
2893
+ 23143,
2894
+ 23168,
2895
+ 23175,
2896
+ 23201,
2897
+ 23274,
2898
+ 23343,
2899
+ 23408,
2900
+ 23414,
2901
+ 23432,
2902
+ 23526,
2903
+ 23563,
2904
+ 23583,
2905
+ 23593,
2906
+ 23617,
2907
+ 23633,
2908
+ 23652,
2909
+ 23667,
2910
+ 23683,
2911
+ 23708,
2912
+ 23710,
2913
+ 23722,
2914
+ 23730,
2915
+ 23770,
2916
+ 23772,
2917
+ 23803,
2918
+ 23807,
2919
+ 23872,
2920
+ 23907,
2921
+ 23953,
2922
+ 23956,
2923
+ 23990,
2924
+ 23999,
2925
+ 24018,
2926
+ 24085,
2927
+ 24111,
2928
+ 24266,
2929
+ 24312,
2930
+ 24322,
2931
+ 24363,
2932
+ 24365,
2933
+ 24431,
2934
+ 24464,
2935
+ 24466,
2936
+ 24492,
2937
+ 24495
2938
+ ]
2939
+ }
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/metrics/aggregate_metrics.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "feature_sharing_ratio": 0.8533528645833334,
3
+ "semantic_stability_score": 0.25896798605612675,
4
+ "counterfactual_sensitivity_shift": {
5
+ "aligned_only": 9.575290253997192e-07,
6
+ "shared_redirected": -5.6461130694693106e-08,
7
+ "shared_attenuated": -7.780866837441183e-07,
8
+ "shared_aligned": 0.0006354644206316044,
9
+ "base_only": -2.8107168796026906e-06,
10
+ "shared_intermediate": 0.0
11
+ },
12
+ "superposition_fraction": 0.00030432136335970786,
13
+ "fve_base": 0.7759790791891008,
14
+ "fve_aligned": 0.7696578424638478,
15
+ "dead_neuron_fraction": 0.9537373431161768,
16
+ "l0_sparsity_base": 213.29721249270287,
17
+ "l0_sparsity_aligned": 212.09466214244017,
18
+ "class_counts": {
19
+ "shared_redirected": 16466,
20
+ "aligned_only": 3286,
21
+ "shared_attenuated": 3031,
22
+ "shared_aligned": 1474,
23
+ "base_only": 318,
24
+ "shared_intermediate": 1
25
+ },
26
+ "total_features": 24576
27
+ }
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/metrics/cf_shift_by_class.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "aligned_only": {
3
+ "count": 3286,
4
+ "cf_shift_mean": 9.575290253997192e-07,
5
+ "cf_shift_std": 5.950779663671987e-06,
6
+ "cf_shift_median": 0.0,
7
+ "cf_base_mean": 5.255782426360139e-07,
8
+ "cf_aligned_mean": 1.4831072687255175e-06,
9
+ "high_cf_base_count": 425,
10
+ "low_cf_base_count": 2861,
11
+ "high_cf_aligned_count": 806,
12
+ "low_cf_aligned_count": 2480
13
+ },
14
+ "shared_redirected": {
15
+ "count": 16466,
16
+ "cf_shift_mean": -5.6461130694693106e-08,
17
+ "cf_shift_std": 2.0356246975273713e-06,
18
+ "cf_shift_median": 0.0,
19
+ "cf_base_mean": 5.167432601366525e-07,
20
+ "cf_aligned_mean": 4.602821293802519e-07,
21
+ "high_cf_base_count": 2143,
22
+ "low_cf_base_count": 14323,
23
+ "high_cf_aligned_count": 1939,
24
+ "low_cf_aligned_count": 14527
25
+ },
26
+ "shared_attenuated": {
27
+ "count": 3031,
28
+ "cf_shift_mean": -7.780866837441183e-07,
29
+ "cf_shift_std": 6.2593367428881835e-06,
30
+ "cf_shift_median": 0.0,
31
+ "cf_base_mean": 1.2074817032830107e-06,
32
+ "cf_aligned_mean": 4.293950211118853e-07,
33
+ "high_cf_base_count": 645,
34
+ "low_cf_base_count": 2386,
35
+ "high_cf_aligned_count": 340,
36
+ "low_cf_aligned_count": 2691
37
+ },
38
+ "shared_aligned": {
39
+ "count": 1474,
40
+ "cf_shift_mean": 0.0006354644206316044,
41
+ "cf_shift_std": 0.009830093181460515,
42
+ "cf_shift_median": 0.0008418792858719826,
43
+ "cf_base_mean": 0.04632702465301521,
44
+ "cf_aligned_mean": 0.04696248907351019,
45
+ "high_cf_base_count": 1426,
46
+ "low_cf_base_count": 48,
47
+ "high_cf_aligned_count": 1300,
48
+ "low_cf_aligned_count": 174
49
+ },
50
+ "base_only": {
51
+ "count": 318,
52
+ "cf_shift_mean": -2.8107168796026906e-06,
53
+ "cf_shift_std": 8.391707072286643e-06,
54
+ "cf_shift_median": 0.0,
55
+ "cf_base_mean": 3.361812932051283e-06,
56
+ "cf_aligned_mean": 5.510960478010169e-07,
57
+ "high_cf_base_count": 138,
58
+ "low_cf_base_count": 180,
59
+ "high_cf_aligned_count": 47,
60
+ "low_cf_aligned_count": 271
61
+ },
62
+ "shared_intermediate": {
63
+ "count": 1,
64
+ "cf_shift_mean": 0.0,
65
+ "cf_shift_std": 0.0,
66
+ "cf_shift_median": 0.0,
67
+ "cf_base_mean": 0.0,
68
+ "cf_aligned_mean": 0.0,
69
+ "high_cf_base_count": 0,
70
+ "low_cf_base_count": 1,
71
+ "high_cf_aligned_count": 0,
72
+ "low_cf_aligned_count": 1
73
+ }
74
+ }
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/metrics/shared_geometry_metrics.json ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shared_aligned": {
3
+ "n": 1474,
4
+ "rho_mean": 0.5,
5
+ "rho_std": 0.0,
6
+ "theta_mean": 0.9999999940961478,
7
+ "theta_std": 6.772223953440711e-08,
8
+ "angle_deg_mean": 0.006526306648860478,
9
+ "angle_deg_std": 0.010658142526221586,
10
+ "norm_ratio_raw_mean": 0.9999999998661929,
11
+ "norm_ratio_raw_std": 2.131309959916312e-11,
12
+ "linear_map": {
13
+ "sv_mean": 0.4676263630390167,
14
+ "sv_std": 0.4991266131401062,
15
+ "condition_number": 627654157.5594597,
16
+ "mean_principal_angle_deg": 0.264007968999164,
17
+ "singular_values": [
18
+ 1.0010795593261719,
19
+ 1.0009093284606934,
20
+ 1.0008593797683716,
21
+ 1.000847339630127,
22
+ 1.000806450843811,
23
+ 1.0008023977279663,
24
+ 1.0008018016815186,
25
+ 1.0007785558700562,
26
+ 1.0007601976394653,
27
+ 1.0007517337799072,
28
+ 1.0007383823394775,
29
+ 1.0007333755493164,
30
+ 1.0007331371307373,
31
+ 1.0007299184799194,
32
+ 1.0007177591323853,
33
+ 1.0007166862487793,
34
+ 1.0007110834121704,
35
+ 1.0007028579711914,
36
+ 1.0006886720657349,
37
+ 1.0006866455078125
38
+ ]
39
+ }
40
+ },
41
+ "shared_redirected": {
42
+ "n": 16466,
43
+ "rho_mean": 0.49955504101738524,
44
+ "rho_std": 0.0239259655276568,
45
+ "theta_mean": 0.20464134934059322,
46
+ "theta_std": 0.059689078116060966,
47
+ "angle_deg_mean": 78.16760717914158,
48
+ "angle_deg_std": 3.515459700779999,
49
+ "norm_ratio_raw_mean": 1.0028128698732377,
50
+ "norm_ratio_raw_std": 0.09614507277560184,
51
+ "linear_map": {
52
+ "sv_mean": 0.43704652786254883,
53
+ "sv_std": 0.3013898730278015,
54
+ "condition_number": 9764.409491377559,
55
+ "mean_principal_angle_deg": 64.92717036330508,
56
+ "singular_values": [
57
+ 1.3476371765136719,
58
+ 1.2440959215164185,
59
+ 1.2260398864746094,
60
+ 1.213913917541504,
61
+ 1.21102774143219,
62
+ 1.2071033716201782,
63
+ 1.2028980255126953,
64
+ 1.1981264352798462,
65
+ 1.1958796977996826,
66
+ 1.1921347379684448,
67
+ 1.1914156675338745,
68
+ 1.1889972686767578,
69
+ 1.1875325441360474,
70
+ 1.1849143505096436,
71
+ 1.1822195053100586,
72
+ 1.1768510341644287,
73
+ 1.174994945526123,
74
+ 1.170168161392212,
75
+ 1.1676613092422485,
76
+ 1.1662503480911255
77
+ ]
78
+ }
79
+ },
80
+ "shared_intermediate": {
81
+ "n": 1,
82
+ "rho_mean": 0.5418121814727783,
83
+ "rho_std": NaN,
84
+ "theta_mean": 0.5288968086242676,
85
+ "theta_std": NaN,
86
+ "angle_deg_mean": 58.06905310538294,
87
+ "angle_deg_std": NaN,
88
+ "norm_ratio_raw_mean": 1.182511079610228,
89
+ "norm_ratio_raw_std": NaN
90
+ },
91
+ "shared_attenuated": {
92
+ "n": 3031,
93
+ "rho_mean": 0.43547319495729075,
94
+ "rho_std": 0.014075236047094363,
95
+ "theta_mean": 0.1936401376511173,
96
+ "theta_std": 0.061542904610995,
97
+ "angle_deg_mean": 78.79818115091045,
98
+ "angle_deg_std": 3.830800920036221,
99
+ "norm_ratio_raw_mean": 0.7724801940588975,
100
+ "norm_ratio_raw_std": 0.043549779125108476,
101
+ "linear_map": {
102
+ "sv_mean": 1.2763670682907104,
103
+ "sv_std": 1.6899508237838745,
104
+ "condition_number": 8233113173.589284,
105
+ "mean_principal_angle_deg": 78.5560205501218,
106
+ "singular_values": [
107
+ 10.518857955932617,
108
+ 10.416213035583496,
109
+ 10.349987983703613,
110
+ 10.22237777709961,
111
+ 10.163989067077637,
112
+ 10.067830085754395,
113
+ 9.937655448913574,
114
+ 9.901750564575195,
115
+ 9.847925186157227,
116
+ 9.685653686523438,
117
+ 9.607865333557129,
118
+ 9.575913429260254,
119
+ 9.51075553894043,
120
+ 9.34693431854248,
121
+ 9.314481735229492,
122
+ 9.293928146362305,
123
+ 9.27199935913086,
124
+ 9.243385314941406,
125
+ 9.172592163085938,
126
+ 9.061615943908691
127
+ ]
128
+ }
129
+ },
130
+ "all_shared": {
131
+ "n": 20972,
132
+ "rho_mean": 0.49032683442157576,
133
+ "rho_std": 0.03140910173906176,
134
+ "theta_mean": 0.25896798605612675,
135
+ "theta_std": 0.21184676835438834,
136
+ "angle_deg_mean": 72.7642950462169,
137
+ "angle_deg_std": 20.300255057548213,
138
+ "norm_ratio_raw_mean": 0.9693346697695797,
139
+ "norm_ratio_raw_std": 0.11866283072987181,
140
+ "linear_map": {
141
+ "sv_mean": 0.46617594361305237,
142
+ "sv_std": 0.3204435706138611,
143
+ "condition_number": 8477.45959509871,
144
+ "mean_principal_angle_deg": 46.484290151342066,
145
+ "singular_values": [
146
+ 1.2471157312393188,
147
+ 1.2255760431289673,
148
+ 1.2107553482055664,
149
+ 1.2066353559494019,
150
+ 1.199029564857483,
151
+ 1.195650339126587,
152
+ 1.1902683973312378,
153
+ 1.1882163286209106,
154
+ 1.1863871812820435,
155
+ 1.182288646697998,
156
+ 1.1814560890197754,
157
+ 1.1769647598266602,
158
+ 1.1758872270584106,
159
+ 1.1715627908706665,
160
+ 1.1709187030792236,
161
+ 1.1695728302001953,
162
+ 1.1681036949157715,
163
+ 1.1662408113479614,
164
+ 1.1650059223175049,
165
+ 1.162664771080017
166
+ ]
167
+ }
168
+ }
169
+ }
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/metrics/training_metrics.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epochs": [
3
+ 1,
4
+ 2,
5
+ 3,
6
+ 4
7
+ ],
8
+ "train_loss": [
9
+ 0.04847418988461705,
10
+ 0.028543886102809935,
11
+ 0.026401150008251426,
12
+ 0.02536261697466688
13
+ ],
14
+ "val_loss": [
15
+ 0.03058976743428807,
16
+ 0.02799574662175478,
17
+ 0.02693891943632308,
18
+ 0.026750137229786492
19
+ ],
20
+ "train_fve_base": [
21
+ 0.618114383263819,
22
+ 0.7532087536632006,
23
+ 0.7786471846155165,
24
+ 0.7910568672039324
25
+ ],
26
+ "train_fve_aligned": [
27
+ 0.6100945242023301,
28
+ 0.7454812372906892,
29
+ 0.7707270516753545,
30
+ 0.7827339341121324
31
+ ],
32
+ "val_fve_base": [
33
+ 0.731058315768916,
34
+ 0.7605637021713856,
35
+ 0.7731864146537182,
36
+ 0.7759790791891008
37
+ ],
38
+ "val_fve_aligned": [
39
+ 0.7230666857115261,
40
+ 0.7538949997013152,
41
+ 0.7668991541363182,
42
+ 0.7696578424638478
43
+ ],
44
+ "dead_neurons": [
45
+ 0.9138380950539695,
46
+ 0.9556413697556174,
47
+ 0.9545598392311203,
48
+ 0.9537373431161768
49
+ ],
50
+ "l0_base": [
51
+ 220.53615732632807,
52
+ 208.92998394629305,
53
+ 211.95395504962056,
54
+ 213.29721249270287
55
+ ],
56
+ "l0_aligned": [
57
+ 216.8510836252189,
58
+ 206.30115294804438,
59
+ 210.51200379451254,
60
+ 212.09466214244017
61
+ ],
62
+ "self_recon": [
63
+ 0.026395091559179018,
64
+ 0.017156105889774037,
65
+ 0.015420371458865158,
66
+ 0.01458439122291768
67
+ ],
68
+ "cross_recon": [
69
+ 0.02645511314777415,
70
+ 0.017160493972935804,
71
+ 0.015424433858033272,
72
+ 0.014588772183337444
73
+ ],
74
+ "sparsity": [
75
+ 0.01149705280924963,
76
+ 0.004523582503844381,
77
+ 0.004811004879060748,
78
+ 0.00494271673406738
79
+ ]
80
+ }
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/cf_distribution_per_class.png ADDED

Git LFS Details

  • SHA256: 883cd269179991397116e386094434e8bdc015e2ab98009d1ca51e166bff52b0
  • Pointer size: 131 Bytes
  • Size of remote file: 159 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/cf_shift_per_class.png ADDED

Git LFS Details

  • SHA256: 65393a6dd39d2226ebd4a8e1f24824df55b1579b5cf688096eb2575d37607883
  • Pointer size: 131 Bytes
  • Size of remote file: 132 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/class_distribution.png ADDED

Git LFS Details

  • SHA256: 5bea7d77e39f23dc481a6391e585c1588e77d84603c5ff60241e8a0c9532acaf
  • Pointer size: 131 Bytes
  • Size of remote file: 154 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/loss_curves.png ADDED

Git LFS Details

  • SHA256: f0522c681212a94feee990c1583d891b5882bd7d5a877bc7b54181e380a0a968
  • Pointer size: 131 Bytes
  • Size of remote file: 341 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/rho_histogram.png ADDED

Git LFS Details

  • SHA256: 218d51b14387995d5d857041de3dd744162b3f8ffc0215615d0f042eb611e376
  • Pointer size: 130 Bytes
  • Size of remote file: 81.4 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/rho_theta_scatter.png ADDED

Git LFS Details

  • SHA256: 77742acd62e68524c803c8150acaa07fe617de1fbf96a63ab5ef5217a84cfeb5
  • Pointer size: 131 Bytes
  • Size of remote file: 318 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/shared_geometry_histograms.png ADDED

Git LFS Details

  • SHA256: e30a3024f8709b9e85aa69dfa4e39f45d7292b7757ae72e110f3006983a2633e
  • Pointer size: 131 Bytes
  • Size of remote file: 140 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/shared_geometry_theta_vs_norm_ratio.png ADDED

Git LFS Details

  • SHA256: eea5dd3f7fc05e952af3fd3cee3c3ad777e47dfbc7c28de5c5cbdc678f674fca
  • Pointer size: 131 Bytes
  • Size of remote file: 303 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/plots/superposition_analysis.png ADDED

Git LFS Details

  • SHA256: aceb57470f15c43ab9cb2294c4baff93faca8fb2517bd70e662374be950a9887
  • Pointer size: 131 Bytes
  • Size of remote file: 389 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_reduce/L12-14/run_meta.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "meta-llama/Llama-3.2-3B-Instruct",
3
+ "aligned_run_id": "llama32-3b-dpo",
4
+ "position": "last_prompt",
5
+ "multi_type": "reduce",
6
+ "source_activations": "/home/ubuntu/interp-alignment/interp_utils/crosscoder/results-multi-v1/v1/assembled_activations/llama32-3b-dpo/activations/activations.pt",
7
+ "base_activations_path": "/home/ubuntu/interp-alignment/interp_utils/crosscoder/results-multi-v1/v1/assembled_activations/llama32-3b-dpo/activations/activations.pt",
8
+ "source_layers": [
9
+ 12,
10
+ 13,
11
+ 14
12
+ ],
13
+ "base_source_layers": [
14
+ 12,
15
+ 13,
16
+ 14
17
+ ],
18
+ "layers": [
19
+ 12,
20
+ 13,
21
+ 14
22
+ ],
23
+ "base_layers": [
24
+ 12,
25
+ 13,
26
+ 14
27
+ ],
28
+ "aligned_layers": [
29
+ 12,
30
+ 13,
31
+ 14
32
+ ],
33
+ "layer_reduction": "mean"
34
+ }
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/checkpoints/final.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e9d891424d8bc118d425873e755202173cc444c0112bc898df6bf75922d4957
3
+ size 3624487706
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/features/counterfactual_scores.csv ADDED
The diff for this file is too large to render. See raw diff
 
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/features/feature_classification.csv ADDED
The diff for this file is too large to render. See raw diff
 
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/features/merged_classification.csv ADDED
The diff for this file is too large to render. See raw diff
 
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/features/shared_features_geometry.csv ADDED
The diff for this file is too large to render. See raw diff
 
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/features/superposition_analysis.json ADDED
The diff for this file is too large to render. See raw diff
 
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/features/visual_evidence_features.json ADDED
@@ -0,0 +1,1360 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "lost_visual_evidence": [],
3
+ "redirected_visual_to_prior": [
4
+ 16,
5
+ 26,
6
+ 115,
7
+ 134,
8
+ 136,
9
+ 169,
10
+ 182,
11
+ 207,
12
+ 226,
13
+ 239,
14
+ 240,
15
+ 264,
16
+ 272,
17
+ 317,
18
+ 335,
19
+ 345,
20
+ 393,
21
+ 401,
22
+ 402,
23
+ 441,
24
+ 444,
25
+ 457,
26
+ 467,
27
+ 474,
28
+ 569,
29
+ 603,
30
+ 653,
31
+ 659,
32
+ 669,
33
+ 674,
34
+ 679,
35
+ 680,
36
+ 681,
37
+ 683,
38
+ 686,
39
+ 753,
40
+ 766,
41
+ 769,
42
+ 774,
43
+ 785,
44
+ 813,
45
+ 923,
46
+ 954,
47
+ 958,
48
+ 969,
49
+ 1029,
50
+ 1055,
51
+ 1066,
52
+ 1071,
53
+ 1075,
54
+ 1105,
55
+ 1113,
56
+ 1135,
57
+ 1142,
58
+ 1214,
59
+ 1216,
60
+ 1219,
61
+ 1220,
62
+ 1228,
63
+ 1249,
64
+ 1254,
65
+ 1255,
66
+ 1271,
67
+ 1309,
68
+ 1328,
69
+ 1399,
70
+ 1422,
71
+ 1423,
72
+ 1425,
73
+ 1430,
74
+ 1453,
75
+ 1457,
76
+ 1458,
77
+ 1474,
78
+ 1476,
79
+ 1520,
80
+ 1523,
81
+ 1528,
82
+ 1533,
83
+ 1543,
84
+ 1550,
85
+ 1590,
86
+ 1592,
87
+ 1604,
88
+ 1628,
89
+ 1688,
90
+ 1711,
91
+ 1723,
92
+ 1749,
93
+ 1769,
94
+ 1774,
95
+ 1777,
96
+ 1830,
97
+ 1839,
98
+ 1937,
99
+ 1944,
100
+ 1946,
101
+ 1987,
102
+ 1990,
103
+ 2009,
104
+ 2058,
105
+ 2078,
106
+ 2079,
107
+ 2094,
108
+ 2103,
109
+ 2126,
110
+ 2128,
111
+ 2133,
112
+ 2145,
113
+ 2149,
114
+ 2157,
115
+ 2181,
116
+ 2182,
117
+ 2215,
118
+ 2241,
119
+ 2247,
120
+ 2257,
121
+ 2260,
122
+ 2263,
123
+ 2265,
124
+ 2308,
125
+ 2335,
126
+ 2345,
127
+ 2353,
128
+ 2382,
129
+ 2449,
130
+ 2468,
131
+ 2508,
132
+ 2521,
133
+ 2534,
134
+ 2555,
135
+ 2570,
136
+ 2647,
137
+ 2648,
138
+ 2654,
139
+ 2679,
140
+ 2715,
141
+ 2752,
142
+ 2756,
143
+ 2760,
144
+ 2768,
145
+ 2772,
146
+ 2813,
147
+ 2817,
148
+ 2840,
149
+ 2885,
150
+ 2926,
151
+ 2942,
152
+ 2950,
153
+ 2961,
154
+ 2981,
155
+ 2986,
156
+ 2998,
157
+ 3008,
158
+ 3040,
159
+ 3042,
160
+ 3044,
161
+ 3080,
162
+ 3081,
163
+ 3092,
164
+ 3107,
165
+ 3113,
166
+ 3116,
167
+ 3136,
168
+ 3154,
169
+ 3156,
170
+ 3192,
171
+ 3200,
172
+ 3206,
173
+ 3222,
174
+ 3273,
175
+ 3280,
176
+ 3281,
177
+ 3295,
178
+ 3302,
179
+ 3310,
180
+ 3312,
181
+ 3316,
182
+ 3324,
183
+ 3359,
184
+ 3379,
185
+ 3386,
186
+ 3393,
187
+ 3426,
188
+ 3432,
189
+ 3438,
190
+ 3460,
191
+ 3486,
192
+ 3508,
193
+ 3514,
194
+ 3525,
195
+ 3537,
196
+ 3579,
197
+ 3584,
198
+ 3622,
199
+ 3626,
200
+ 3687,
201
+ 3727,
202
+ 3749,
203
+ 3751,
204
+ 3768,
205
+ 3872,
206
+ 3907,
207
+ 3926,
208
+ 3953,
209
+ 3962,
210
+ 3986,
211
+ 3998,
212
+ 4022,
213
+ 4032,
214
+ 4051,
215
+ 4075,
216
+ 4085,
217
+ 4088,
218
+ 4092,
219
+ 4159,
220
+ 4163,
221
+ 4171,
222
+ 4191,
223
+ 4202,
224
+ 4210,
225
+ 4212,
226
+ 4225,
227
+ 4244,
228
+ 4248,
229
+ 4256,
230
+ 4280,
231
+ 4339,
232
+ 4340,
233
+ 4364,
234
+ 4373,
235
+ 4420,
236
+ 4428,
237
+ 4451,
238
+ 4462,
239
+ 4467,
240
+ 4492,
241
+ 4512,
242
+ 4527,
243
+ 4537,
244
+ 4538,
245
+ 4543,
246
+ 4564,
247
+ 4571,
248
+ 4572,
249
+ 4587,
250
+ 4602,
251
+ 4605,
252
+ 4613,
253
+ 4649,
254
+ 4684,
255
+ 4696,
256
+ 4722,
257
+ 4743,
258
+ 4756,
259
+ 4771,
260
+ 4781,
261
+ 4799,
262
+ 4803,
263
+ 4809,
264
+ 4821,
265
+ 4864,
266
+ 4881,
267
+ 4943,
268
+ 5006,
269
+ 5015,
270
+ 5051,
271
+ 5071,
272
+ 5092,
273
+ 5124,
274
+ 5144,
275
+ 5152,
276
+ 5164,
277
+ 5191,
278
+ 5195,
279
+ 5212,
280
+ 5218,
281
+ 5254,
282
+ 5268,
283
+ 5269,
284
+ 5276,
285
+ 5277,
286
+ 5280,
287
+ 5352,
288
+ 5368,
289
+ 5369,
290
+ 5373,
291
+ 5398,
292
+ 5417,
293
+ 5441,
294
+ 5463,
295
+ 5489,
296
+ 5496,
297
+ 5502,
298
+ 5508,
299
+ 5515,
300
+ 5538,
301
+ 5577,
302
+ 5598,
303
+ 5608,
304
+ 5615,
305
+ 5619,
306
+ 5621,
307
+ 5622,
308
+ 5627,
309
+ 5636,
310
+ 5645,
311
+ 5660,
312
+ 5677,
313
+ 5678,
314
+ 5680,
315
+ 5771,
316
+ 5816,
317
+ 5833,
318
+ 5840,
319
+ 5872,
320
+ 5905,
321
+ 5913,
322
+ 5985,
323
+ 6055,
324
+ 6057,
325
+ 6083,
326
+ 6085,
327
+ 6088,
328
+ 6125,
329
+ 6127,
330
+ 6132,
331
+ 6137,
332
+ 6143,
333
+ 6145,
334
+ 6178,
335
+ 6181,
336
+ 6185,
337
+ 6255,
338
+ 6275,
339
+ 6291,
340
+ 6355,
341
+ 6359,
342
+ 6361,
343
+ 6363,
344
+ 6381,
345
+ 6393,
346
+ 6426,
347
+ 6437,
348
+ 6486,
349
+ 6494,
350
+ 6518,
351
+ 6537,
352
+ 6587,
353
+ 6624,
354
+ 6651,
355
+ 6684,
356
+ 6694,
357
+ 6703,
358
+ 6728,
359
+ 6808,
360
+ 6822,
361
+ 6824,
362
+ 6853,
363
+ 6906,
364
+ 6909,
365
+ 6962,
366
+ 6967,
367
+ 6972,
368
+ 6974,
369
+ 6993,
370
+ 7023,
371
+ 7026,
372
+ 7039,
373
+ 7047,
374
+ 7054,
375
+ 7057,
376
+ 7094,
377
+ 7095,
378
+ 7119,
379
+ 7158,
380
+ 7166,
381
+ 7173,
382
+ 7297,
383
+ 7301,
384
+ 7344,
385
+ 7408,
386
+ 7418,
387
+ 7431,
388
+ 7434,
389
+ 7459,
390
+ 7473,
391
+ 7474,
392
+ 7498,
393
+ 7502,
394
+ 7523,
395
+ 7531,
396
+ 7537,
397
+ 7542,
398
+ 7550,
399
+ 7587,
400
+ 7594,
401
+ 7643,
402
+ 7648,
403
+ 7649,
404
+ 7677,
405
+ 7701,
406
+ 7716,
407
+ 7724,
408
+ 7732,
409
+ 7735,
410
+ 7736,
411
+ 7748,
412
+ 7790,
413
+ 7809,
414
+ 7827,
415
+ 7838,
416
+ 7863,
417
+ 7877,
418
+ 7915,
419
+ 7932,
420
+ 7934,
421
+ 8006,
422
+ 8015,
423
+ 8024,
424
+ 8115,
425
+ 8126,
426
+ 8149,
427
+ 8170,
428
+ 8172,
429
+ 8215,
430
+ 8231,
431
+ 8261,
432
+ 8289,
433
+ 8294,
434
+ 8295,
435
+ 8351,
436
+ 8424,
437
+ 8450,
438
+ 8463,
439
+ 8468,
440
+ 8512,
441
+ 8526,
442
+ 8548,
443
+ 8562,
444
+ 8579,
445
+ 8586,
446
+ 8640,
447
+ 8669,
448
+ 8676,
449
+ 8677,
450
+ 8694,
451
+ 8706,
452
+ 8712,
453
+ 8726,
454
+ 8732,
455
+ 8751,
456
+ 8776,
457
+ 8796,
458
+ 8798,
459
+ 8836,
460
+ 8842,
461
+ 8862,
462
+ 8870,
463
+ 8914,
464
+ 8973,
465
+ 8976,
466
+ 8979,
467
+ 8986,
468
+ 9016,
469
+ 9022,
470
+ 9023,
471
+ 9031,
472
+ 9034,
473
+ 9036,
474
+ 9047,
475
+ 9064,
476
+ 9098,
477
+ 9110,
478
+ 9116,
479
+ 9153,
480
+ 9160,
481
+ 9164,
482
+ 9176,
483
+ 9192,
484
+ 9195,
485
+ 9224,
486
+ 9229,
487
+ 9240,
488
+ 9281,
489
+ 9284,
490
+ 9292,
491
+ 9311,
492
+ 9312,
493
+ 9341,
494
+ 9347,
495
+ 9349,
496
+ 9361,
497
+ 9392,
498
+ 9394,
499
+ 9396,
500
+ 9418,
501
+ 9448,
502
+ 9452,
503
+ 9482,
504
+ 9502,
505
+ 9516,
506
+ 9522,
507
+ 9538,
508
+ 9558,
509
+ 9563,
510
+ 9681,
511
+ 9687,
512
+ 9699,
513
+ 9742,
514
+ 9745,
515
+ 9797,
516
+ 9803,
517
+ 9814,
518
+ 9831,
519
+ 9837,
520
+ 9847,
521
+ 9858,
522
+ 9859,
523
+ 9876,
524
+ 9908,
525
+ 9911,
526
+ 9914,
527
+ 9932,
528
+ 9940,
529
+ 9962,
530
+ 9963,
531
+ 10057,
532
+ 10065,
533
+ 10092,
534
+ 10106,
535
+ 10111,
536
+ 10126,
537
+ 10127,
538
+ 10143,
539
+ 10145,
540
+ 10147,
541
+ 10152,
542
+ 10176,
543
+ 10194,
544
+ 10205,
545
+ 10229,
546
+ 10247,
547
+ 10318,
548
+ 10394,
549
+ 10402,
550
+ 10421,
551
+ 10429,
552
+ 10445,
553
+ 10449,
554
+ 10502,
555
+ 10574,
556
+ 10580,
557
+ 10604,
558
+ 10607,
559
+ 10636,
560
+ 10654,
561
+ 10675,
562
+ 10686,
563
+ 10718,
564
+ 10727,
565
+ 10748,
566
+ 10769,
567
+ 10776,
568
+ 10796,
569
+ 10809,
570
+ 10820,
571
+ 10826,
572
+ 10846,
573
+ 10887,
574
+ 10892,
575
+ 10893,
576
+ 10911,
577
+ 10918,
578
+ 10935,
579
+ 11073,
580
+ 11075,
581
+ 11077,
582
+ 11080,
583
+ 11092,
584
+ 11105,
585
+ 11131,
586
+ 11132,
587
+ 11169,
588
+ 11180,
589
+ 11195,
590
+ 11224,
591
+ 11271,
592
+ 11279,
593
+ 11291,
594
+ 11292,
595
+ 11304,
596
+ 11406,
597
+ 11414,
598
+ 11439,
599
+ 11455,
600
+ 11467,
601
+ 11484,
602
+ 11489,
603
+ 11511,
604
+ 11517,
605
+ 11606,
606
+ 11693,
607
+ 11714,
608
+ 11741,
609
+ 11753,
610
+ 11755,
611
+ 11757,
612
+ 11775,
613
+ 11777,
614
+ 11825,
615
+ 11841,
616
+ 11874,
617
+ 11881,
618
+ 11882,
619
+ 11886,
620
+ 11888,
621
+ 11895,
622
+ 11916,
623
+ 12002,
624
+ 12018,
625
+ 12068,
626
+ 12084,
627
+ 12104,
628
+ 12143,
629
+ 12146,
630
+ 12154,
631
+ 12157,
632
+ 12173,
633
+ 12189,
634
+ 12196,
635
+ 12226,
636
+ 12265,
637
+ 12338,
638
+ 12346,
639
+ 12380,
640
+ 12423,
641
+ 12431,
642
+ 12440,
643
+ 12464,
644
+ 12469,
645
+ 12474,
646
+ 12521,
647
+ 12570,
648
+ 12586,
649
+ 12589,
650
+ 12606,
651
+ 12615,
652
+ 12620,
653
+ 12650,
654
+ 12651,
655
+ 12671,
656
+ 12728,
657
+ 12729,
658
+ 12738,
659
+ 12739,
660
+ 12769,
661
+ 12770,
662
+ 12826,
663
+ 12859,
664
+ 12871,
665
+ 12885,
666
+ 12900,
667
+ 12924,
668
+ 12934,
669
+ 12956,
670
+ 13076,
671
+ 13213,
672
+ 13222,
673
+ 13249,
674
+ 13262,
675
+ 13276,
676
+ 13337,
677
+ 13341,
678
+ 13344,
679
+ 13370,
680
+ 13375,
681
+ 13390,
682
+ 13397,
683
+ 13416,
684
+ 13428,
685
+ 13438,
686
+ 13472,
687
+ 13529,
688
+ 13550,
689
+ 13559,
690
+ 13587,
691
+ 13607,
692
+ 13621,
693
+ 13643,
694
+ 13662,
695
+ 13700,
696
+ 13719,
697
+ 13736,
698
+ 13772,
699
+ 13792,
700
+ 13801,
701
+ 13807,
702
+ 13851,
703
+ 13865,
704
+ 13938,
705
+ 13970,
706
+ 13980,
707
+ 13981,
708
+ 13995,
709
+ 14038,
710
+ 14046,
711
+ 14057,
712
+ 14106,
713
+ 14107,
714
+ 14171,
715
+ 14222,
716
+ 14229,
717
+ 14236,
718
+ 14237,
719
+ 14242,
720
+ 14245,
721
+ 14250,
722
+ 14283,
723
+ 14292,
724
+ 14301,
725
+ 14315,
726
+ 14333,
727
+ 14355,
728
+ 14401,
729
+ 14415,
730
+ 14423,
731
+ 14428,
732
+ 14434,
733
+ 14436,
734
+ 14479,
735
+ 14491,
736
+ 14506,
737
+ 14525,
738
+ 14531,
739
+ 14557,
740
+ 14587,
741
+ 14629,
742
+ 14631,
743
+ 14644,
744
+ 14650,
745
+ 14651,
746
+ 14654,
747
+ 14664,
748
+ 14701,
749
+ 14721,
750
+ 14728,
751
+ 14730,
752
+ 14750,
753
+ 14775,
754
+ 14787,
755
+ 14788,
756
+ 14792,
757
+ 14807,
758
+ 14885,
759
+ 14914,
760
+ 14920,
761
+ 14926,
762
+ 14977,
763
+ 14997,
764
+ 15020,
765
+ 15044,
766
+ 15064,
767
+ 15070,
768
+ 15072,
769
+ 15078,
770
+ 15120,
771
+ 15157,
772
+ 15161,
773
+ 15177,
774
+ 15178,
775
+ 15187,
776
+ 15193,
777
+ 15243,
778
+ 15264,
779
+ 15271,
780
+ 15281,
781
+ 15338,
782
+ 15382,
783
+ 15393,
784
+ 15407,
785
+ 15413,
786
+ 15470,
787
+ 15477,
788
+ 15480,
789
+ 15482,
790
+ 15502,
791
+ 15512,
792
+ 15580,
793
+ 15593,
794
+ 15606,
795
+ 15613,
796
+ 15651,
797
+ 15662,
798
+ 15679,
799
+ 15697,
800
+ 15698,
801
+ 15705,
802
+ 15731,
803
+ 15748,
804
+ 15758,
805
+ 15787,
806
+ 15796,
807
+ 15800,
808
+ 15824,
809
+ 15874,
810
+ 15890,
811
+ 15899,
812
+ 15904,
813
+ 15945,
814
+ 15970,
815
+ 15973,
816
+ 16003,
817
+ 16008,
818
+ 16034,
819
+ 16072,
820
+ 16119,
821
+ 16208,
822
+ 16225,
823
+ 16243,
824
+ 16256,
825
+ 16258,
826
+ 16260,
827
+ 16273,
828
+ 16289,
829
+ 16298,
830
+ 16303,
831
+ 16315,
832
+ 16331,
833
+ 16375,
834
+ 16392,
835
+ 16423,
836
+ 16435,
837
+ 16457,
838
+ 16484,
839
+ 16514,
840
+ 16517,
841
+ 16564,
842
+ 16567,
843
+ 16588,
844
+ 16613,
845
+ 16623,
846
+ 16649,
847
+ 16661,
848
+ 16667,
849
+ 16683,
850
+ 16690,
851
+ 16692,
852
+ 16718,
853
+ 16722,
854
+ 16729,
855
+ 16744,
856
+ 16781,
857
+ 16788,
858
+ 16801,
859
+ 16832,
860
+ 16841,
861
+ 16843,
862
+ 16848,
863
+ 16881,
864
+ 16884,
865
+ 16886,
866
+ 16897,
867
+ 16900,
868
+ 16901,
869
+ 16904,
870
+ 16925,
871
+ 16927,
872
+ 16934,
873
+ 16941,
874
+ 16950,
875
+ 16963,
876
+ 16979,
877
+ 17070,
878
+ 17085,
879
+ 17095,
880
+ 17114,
881
+ 17147,
882
+ 17156,
883
+ 17158,
884
+ 17187,
885
+ 17196,
886
+ 17218,
887
+ 17221,
888
+ 17236,
889
+ 17238,
890
+ 17257,
891
+ 17269,
892
+ 17270,
893
+ 17271,
894
+ 17280,
895
+ 17289,
896
+ 17309,
897
+ 17314,
898
+ 17323,
899
+ 17382,
900
+ 17411,
901
+ 17421,
902
+ 17460,
903
+ 17464,
904
+ 17469,
905
+ 17473,
906
+ 17475,
907
+ 17476,
908
+ 17478,
909
+ 17502,
910
+ 17578,
911
+ 17591,
912
+ 17598,
913
+ 17602,
914
+ 17612,
915
+ 17640,
916
+ 17645,
917
+ 17682,
918
+ 17692,
919
+ 17696,
920
+ 17741,
921
+ 17743,
922
+ 17753,
923
+ 17756,
924
+ 17819,
925
+ 17846,
926
+ 17850,
927
+ 17852,
928
+ 17857,
929
+ 17866,
930
+ 17874,
931
+ 17896,
932
+ 17917,
933
+ 17918,
934
+ 17922,
935
+ 17933,
936
+ 17973,
937
+ 18005,
938
+ 18018,
939
+ 18027,
940
+ 18043,
941
+ 18044,
942
+ 18054,
943
+ 18067,
944
+ 18076,
945
+ 18128,
946
+ 18131,
947
+ 18155,
948
+ 18157,
949
+ 18165,
950
+ 18167,
951
+ 18177,
952
+ 18197,
953
+ 18209,
954
+ 18219,
955
+ 18252,
956
+ 18364,
957
+ 18413,
958
+ 18447,
959
+ 18465,
960
+ 18510,
961
+ 18516,
962
+ 18576,
963
+ 18577,
964
+ 18579,
965
+ 18594,
966
+ 18630,
967
+ 18634,
968
+ 18651,
969
+ 18655,
970
+ 18681,
971
+ 18705,
972
+ 18709,
973
+ 18720,
974
+ 18734,
975
+ 18748,
976
+ 18765,
977
+ 18778,
978
+ 18785,
979
+ 18806,
980
+ 18877,
981
+ 18879,
982
+ 18886,
983
+ 18897,
984
+ 18913,
985
+ 18914,
986
+ 18951,
987
+ 18962,
988
+ 18964,
989
+ 18983,
990
+ 18985,
991
+ 18991,
992
+ 18996,
993
+ 19014,
994
+ 19046,
995
+ 19080,
996
+ 19097,
997
+ 19126,
998
+ 19159,
999
+ 19182,
1000
+ 19187,
1001
+ 19198,
1002
+ 19217,
1003
+ 19253,
1004
+ 19259,
1005
+ 19316,
1006
+ 19352,
1007
+ 19370,
1008
+ 19378,
1009
+ 19437,
1010
+ 19477,
1011
+ 19510,
1012
+ 19511,
1013
+ 19525,
1014
+ 19534,
1015
+ 19551,
1016
+ 19568,
1017
+ 19591,
1018
+ 19600,
1019
+ 19609,
1020
+ 19612,
1021
+ 19639,
1022
+ 19643,
1023
+ 19719,
1024
+ 19735,
1025
+ 19764,
1026
+ 19793,
1027
+ 19817,
1028
+ 19889,
1029
+ 19896,
1030
+ 19899,
1031
+ 19902,
1032
+ 19916,
1033
+ 19925,
1034
+ 19934,
1035
+ 19974,
1036
+ 19976,
1037
+ 20004,
1038
+ 20049,
1039
+ 20064,
1040
+ 20120,
1041
+ 20164,
1042
+ 20167,
1043
+ 20187,
1044
+ 20189,
1045
+ 20197,
1046
+ 20204,
1047
+ 20205,
1048
+ 20239,
1049
+ 20249,
1050
+ 20296,
1051
+ 20305,
1052
+ 20307,
1053
+ 20347,
1054
+ 20473,
1055
+ 20502,
1056
+ 20516,
1057
+ 20531,
1058
+ 20554,
1059
+ 20565,
1060
+ 20583,
1061
+ 20597,
1062
+ 20605,
1063
+ 20647,
1064
+ 20723,
1065
+ 20745,
1066
+ 20774,
1067
+ 20775,
1068
+ 20780,
1069
+ 20799,
1070
+ 20832,
1071
+ 20877,
1072
+ 20884,
1073
+ 20907,
1074
+ 20944,
1075
+ 20954,
1076
+ 20968,
1077
+ 20971,
1078
+ 20986,
1079
+ 20989,
1080
+ 21018,
1081
+ 21027,
1082
+ 21090,
1083
+ 21096,
1084
+ 21100,
1085
+ 21133,
1086
+ 21158,
1087
+ 21167,
1088
+ 21169,
1089
+ 21186,
1090
+ 21207,
1091
+ 21224,
1092
+ 21225,
1093
+ 21226,
1094
+ 21245,
1095
+ 21252,
1096
+ 21263,
1097
+ 21282,
1098
+ 21300,
1099
+ 21317,
1100
+ 21390,
1101
+ 21403,
1102
+ 21406,
1103
+ 21424,
1104
+ 21425,
1105
+ 21478,
1106
+ 21507,
1107
+ 21516,
1108
+ 21517,
1109
+ 21529,
1110
+ 21593,
1111
+ 21615,
1112
+ 21649,
1113
+ 21650,
1114
+ 21670,
1115
+ 21671,
1116
+ 21677,
1117
+ 21704,
1118
+ 21707,
1119
+ 21709,
1120
+ 21732,
1121
+ 21749,
1122
+ 21756,
1123
+ 21757,
1124
+ 21770,
1125
+ 21772,
1126
+ 21776,
1127
+ 21792,
1128
+ 21820,
1129
+ 21865,
1130
+ 21888,
1131
+ 21915,
1132
+ 21923,
1133
+ 21928,
1134
+ 21930,
1135
+ 21938,
1136
+ 21997,
1137
+ 21998,
1138
+ 22017,
1139
+ 22039,
1140
+ 22049,
1141
+ 22053,
1142
+ 22069,
1143
+ 22090,
1144
+ 22120,
1145
+ 22142,
1146
+ 22147,
1147
+ 22154,
1148
+ 22168,
1149
+ 22181,
1150
+ 22196,
1151
+ 22197,
1152
+ 22203,
1153
+ 22205,
1154
+ 22248,
1155
+ 22264,
1156
+ 22266,
1157
+ 22283,
1158
+ 22296,
1159
+ 22300,
1160
+ 22309,
1161
+ 22310,
1162
+ 22336,
1163
+ 22346,
1164
+ 22355,
1165
+ 22364,
1166
+ 22367,
1167
+ 22374,
1168
+ 22398,
1169
+ 22407,
1170
+ 22419,
1171
+ 22424,
1172
+ 22430,
1173
+ 22458,
1174
+ 22465,
1175
+ 22466,
1176
+ 22470,
1177
+ 22478,
1178
+ 22482,
1179
+ 22525,
1180
+ 22530,
1181
+ 22548,
1182
+ 22555,
1183
+ 22564,
1184
+ 22599,
1185
+ 22658,
1186
+ 22695,
1187
+ 22732,
1188
+ 22735,
1189
+ 22756,
1190
+ 22785,
1191
+ 22798,
1192
+ 22841,
1193
+ 22882,
1194
+ 22894,
1195
+ 22920,
1196
+ 22932,
1197
+ 22938,
1198
+ 22960,
1199
+ 22975,
1200
+ 22977,
1201
+ 22988,
1202
+ 22994,
1203
+ 23028,
1204
+ 23039,
1205
+ 23044,
1206
+ 23067,
1207
+ 23085,
1208
+ 23116,
1209
+ 23139,
1210
+ 23182,
1211
+ 23187,
1212
+ 23227,
1213
+ 23238,
1214
+ 23256,
1215
+ 23279,
1216
+ 23334,
1217
+ 23344,
1218
+ 23364,
1219
+ 23391,
1220
+ 23405,
1221
+ 23424,
1222
+ 23464,
1223
+ 23472,
1224
+ 23477,
1225
+ 23495,
1226
+ 23501,
1227
+ 23504,
1228
+ 23529,
1229
+ 23534,
1230
+ 23548,
1231
+ 23565,
1232
+ 23576,
1233
+ 23582,
1234
+ 23594,
1235
+ 23626,
1236
+ 23630,
1237
+ 23652,
1238
+ 23661,
1239
+ 23675,
1240
+ 23724,
1241
+ 23780,
1242
+ 23781,
1243
+ 23782,
1244
+ 23788,
1245
+ 23790,
1246
+ 23836,
1247
+ 23854,
1248
+ 23860,
1249
+ 23885,
1250
+ 23902,
1251
+ 23906,
1252
+ 23909,
1253
+ 23917,
1254
+ 23945,
1255
+ 23980,
1256
+ 23996,
1257
+ 24013,
1258
+ 24014,
1259
+ 24030,
1260
+ 24041,
1261
+ 24060,
1262
+ 24096,
1263
+ 24099,
1264
+ 24126,
1265
+ 24127,
1266
+ 24129,
1267
+ 24137,
1268
+ 24153,
1269
+ 24173,
1270
+ 24191,
1271
+ 24197,
1272
+ 24205,
1273
+ 24280,
1274
+ 24296,
1275
+ 24307,
1276
+ 24322,
1277
+ 24325,
1278
+ 24331,
1279
+ 24343,
1280
+ 24351,
1281
+ 24353,
1282
+ 24361,
1283
+ 24367,
1284
+ 24369,
1285
+ 24383,
1286
+ 24410,
1287
+ 24413,
1288
+ 24425,
1289
+ 24472,
1290
+ 24483,
1291
+ 24489,
1292
+ 24506,
1293
+ 24516,
1294
+ 24531,
1295
+ 24539,
1296
+ 24541
1297
+ ],
1298
+ "new_compensatory_visual": [
1299
+ 387,
1300
+ 822,
1301
+ 1258,
1302
+ 2329,
1303
+ 2843,
1304
+ 2890,
1305
+ 3382,
1306
+ 3416,
1307
+ 3608,
1308
+ 3672,
1309
+ 3691,
1310
+ 3696,
1311
+ 4104,
1312
+ 4299,
1313
+ 4968,
1314
+ 5062,
1315
+ 6922,
1316
+ 6938,
1317
+ 6979,
1318
+ 7536,
1319
+ 7812,
1320
+ 8355,
1321
+ 8388,
1322
+ 8458,
1323
+ 9645,
1324
+ 9944,
1325
+ 10162,
1326
+ 10808,
1327
+ 11124,
1328
+ 11759,
1329
+ 11846,
1330
+ 12494,
1331
+ 12520,
1332
+ 13183,
1333
+ 14105,
1334
+ 14383,
1335
+ 15206,
1336
+ 15826,
1337
+ 16017,
1338
+ 17096,
1339
+ 17192,
1340
+ 17547,
1341
+ 17684,
1342
+ 18161,
1343
+ 19274,
1344
+ 19653,
1345
+ 20612,
1346
+ 20957,
1347
+ 21070,
1348
+ 21216,
1349
+ 21389,
1350
+ 22414,
1351
+ 22637,
1352
+ 23120,
1353
+ 23201,
1354
+ 23563,
1355
+ 23765,
1356
+ 23807,
1357
+ 24024,
1358
+ 24368
1359
+ ]
1360
+ }
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/metrics/aggregate_metrics.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "feature_sharing_ratio": 0.99755859375,
3
+ "semantic_stability_score": 0.16051797527840916,
4
+ "counterfactual_sensitivity_shift": {
5
+ "shared_redirected": 1.2909214683859766e-06,
6
+ "shared_attenuated": 0.0005991511004291381,
7
+ "aligned_only": 0.0377049899837156,
8
+ "shared_intermediate": 0.0002727941482589813
9
+ },
10
+ "superposition_fraction": 0.0,
11
+ "fve_base": 0.6785364884356554,
12
+ "fve_aligned": 0.582621481406127,
13
+ "dead_neuron_fraction": 0.9556076866593615,
14
+ "l0_sparsity_base": 192.58565017513135,
15
+ "l0_sparsity_aligned": 189.3817133683596,
16
+ "class_counts": {
17
+ "shared_redirected": 13450,
18
+ "shared_attenuated": 11054,
19
+ "aligned_only": 60,
20
+ "shared_intermediate": 12
21
+ },
22
+ "total_features": 24576
23
+ }
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/metrics/cf_shift_by_class.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shared_redirected": {
3
+ "count": 13450,
4
+ "cf_shift_mean": 1.2909214683859766e-06,
5
+ "cf_shift_std": 1.1875962620880213e-05,
6
+ "cf_shift_median": 0.0,
7
+ "cf_base_mean": 2.8780865448671463e-07,
8
+ "cf_aligned_mean": 1.5787301231780397e-06,
9
+ "high_cf_base_count": 1555,
10
+ "low_cf_base_count": 11895,
11
+ "high_cf_aligned_count": 2755,
12
+ "low_cf_aligned_count": 10695
13
+ },
14
+ "shared_attenuated": {
15
+ "count": 11054,
16
+ "cf_shift_mean": 0.0005991511004291381,
17
+ "cf_shift_std": 0.053323037406251855,
18
+ "cf_shift_median": 0.0,
19
+ "cf_base_mean": 0.007879074757079482,
20
+ "cf_aligned_mean": 0.008478225862289742,
21
+ "high_cf_base_count": 2920,
22
+ "low_cf_base_count": 8134,
23
+ "high_cf_aligned_count": 2290,
24
+ "low_cf_aligned_count": 8764
25
+ },
26
+ "aligned_only": {
27
+ "count": 60,
28
+ "cf_shift_mean": 0.0377049899837156,
29
+ "cf_shift_std": 0.059012259510184045,
30
+ "cf_shift_median": 0.002160413423553109,
31
+ "cf_base_mean": 0.016924668895674226,
32
+ "cf_aligned_mean": 0.05462965871534683,
33
+ "high_cf_base_count": 16,
34
+ "low_cf_base_count": 44,
35
+ "high_cf_aligned_count": 60,
36
+ "low_cf_aligned_count": 0
37
+ },
38
+ "shared_intermediate": {
39
+ "count": 12,
40
+ "cf_shift_mean": 0.0002727941482589813,
41
+ "cf_shift_std": 0.00014208072900169096,
42
+ "cf_shift_median": 0.00022268893371801823,
43
+ "cf_base_mean": 2.937515262146917e-07,
44
+ "cf_aligned_mean": 0.0002730879004957387,
45
+ "high_cf_base_count": 2,
46
+ "low_cf_base_count": 10,
47
+ "high_cf_aligned_count": 12,
48
+ "low_cf_aligned_count": 0
49
+ }
50
+ }
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/metrics/shared_geometry_metrics.json ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shared_aligned": {
3
+ "n": 0
4
+ },
5
+ "shared_redirected": {
6
+ "n": 13450,
7
+ "rho_mean": 0.5725394955886784,
8
+ "rho_std": 0.033350549320497705,
9
+ "theta_mean": 0.1069501187712245,
10
+ "theta_std": 0.03988354510531744,
11
+ "angle_deg_mean": 83.85422592708571,
12
+ "angle_deg_std": 2.3153775133663164,
13
+ "norm_ratio_raw_mean": 1.3556854551203923,
14
+ "norm_ratio_raw_std": 0.2110028192220465,
15
+ "linear_map": {
16
+ "sv_mean": 0.6145232319831848,
17
+ "sv_std": 0.4459502100944519,
18
+ "condition_number": 34181.60082405312,
19
+ "mean_principal_angle_deg": 78.74145335589849,
20
+ "singular_values": [
21
+ 5.683035373687744,
22
+ 2.9523704051971436,
23
+ 2.6901276111602783,
24
+ 2.257420301437378,
25
+ 2.089465379714966,
26
+ 2.00093412399292,
27
+ 1.9533847570419312,
28
+ 1.9029288291931152,
29
+ 1.8417575359344482,
30
+ 1.8239777088165283,
31
+ 1.8188591003417969,
32
+ 1.7875717878341675,
33
+ 1.7800685167312622,
34
+ 1.7781330347061157,
35
+ 1.7635349035263062,
36
+ 1.7534681558609009,
37
+ 1.7477319240570068,
38
+ 1.7392834424972534,
39
+ 1.732831597328186,
40
+ 1.7317891120910645
41
+ ]
42
+ }
43
+ },
44
+ "shared_intermediate": {
45
+ "n": 12,
46
+ "rho_mean": 0.6438442170619965,
47
+ "rho_std": 0.03378985668713565,
48
+ "theta_mean": 0.5766928990681967,
49
+ "theta_std": 0.03200566562375405,
50
+ "angle_deg_mean": 54.753812022768365,
51
+ "angle_deg_std": 2.2323889628550053,
52
+ "norm_ratio_raw_mean": 1.833288531193961,
53
+ "norm_ratio_raw_std": 0.294797245620799,
54
+ "linear_map": {
55
+ "sv_mean": 0.007858827710151672,
56
+ "sv_std": 0.1297176033258438,
57
+ "condition_number": 1085066771288.6229,
58
+ "mean_principal_angle_deg": 54.75381533043536,
59
+ "singular_values": [
60
+ 3.3755102157592773,
61
+ 2.6351521015167236,
62
+ 2.240513801574707,
63
+ 2.1387956142425537,
64
+ 2.0542190074920654,
65
+ 1.9397389888763428,
66
+ 1.8061628341674805,
67
+ 1.7685625553131104,
68
+ 1.641095519065857,
69
+ 1.5674697160720825,
70
+ 1.5149543285369873,
71
+ 1.4598217010498047,
72
+ 1.2333201766523416e-06,
73
+ 9.734656032378552e-07,
74
+ 8.920028449210804e-07,
75
+ 8.062311280809809e-07,
76
+ 7.478545285266591e-07,
77
+ 7.386670404230244e-07,
78
+ 6.769715241716767e-07,
79
+ 6.702082941956178e-07
80
+ ]
81
+ }
82
+ },
83
+ "shared_attenuated": {
84
+ "n": 11054,
85
+ "rho_mean": 0.5043997807508785,
86
+ "rho_std": 0.018349601938467262,
87
+ "theta_mean": 0.2252450940531655,
88
+ "theta_std": 0.3054872461418323,
89
+ "angle_deg_mean": 72.72096187107536,
90
+ "angle_deg_std": 28.57986823817293,
91
+ "norm_ratio_raw_mean": 1.020448121684126,
92
+ "norm_ratio_raw_std": 0.07283285876079063,
93
+ "linear_map": {
94
+ "sv_mean": 0.5215022563934326,
95
+ "sv_std": 0.4188910722732544,
96
+ "condition_number": 1610196878.4415438,
97
+ "mean_principal_angle_deg": 53.813964225168675,
98
+ "singular_values": [
99
+ 6.059956073760986,
100
+ 1.867116928100586,
101
+ 1.739635944366455,
102
+ 1.5427350997924805,
103
+ 1.5098623037338257,
104
+ 1.479116439819336,
105
+ 1.4658273458480835,
106
+ 1.4595500230789185,
107
+ 1.4414665699005127,
108
+ 1.4361273050308228,
109
+ 1.4321784973144531,
110
+ 1.4280686378479004,
111
+ 1.424702525138855,
112
+ 1.4213815927505493,
113
+ 1.4187061786651611,
114
+ 1.4156196117401123,
115
+ 1.4133602380752563,
116
+ 1.407211184501648,
117
+ 1.406720757484436,
118
+ 1.4034101963043213
119
+ ]
120
+ }
121
+ },
122
+ "all_shared": {
123
+ "n": 24516,
124
+ "rho_mean": 0.541850935009491,
125
+ "rho_std": 0.043780672604345455,
126
+ "theta_mean": 0.16051797527840916,
127
+ "theta_std": 0.21563247771221836,
128
+ "angle_deg_mean": 78.82011327241162,
129
+ "angle_deg_std": 20.05433362228318,
130
+ "norm_ratio_raw_mean": 1.2047643323070616,
131
+ "norm_ratio_raw_std": 0.2342307635945233,
132
+ "linear_map": {
133
+ "sv_mean": 0.4868156611919403,
134
+ "sv_std": 0.3532869815826416,
135
+ "condition_number": 208154.9001739048,
136
+ "mean_principal_angle_deg": 56.58361959398719,
137
+ "singular_values": [
138
+ 5.712919235229492,
139
+ 1.7950624227523804,
140
+ 1.5986961126327515,
141
+ 1.3975696563720703,
142
+ 1.3374965190887451,
143
+ 1.3126939535140991,
144
+ 1.303435206413269,
145
+ 1.2833404541015625,
146
+ 1.2714800834655762,
147
+ 1.2674415111541748,
148
+ 1.264043927192688,
149
+ 1.261918306350708,
150
+ 1.2583224773406982,
151
+ 1.2567998170852661,
152
+ 1.2524914741516113,
153
+ 1.2482026815414429,
154
+ 1.2476963996887207,
155
+ 1.2439801692962646,
156
+ 1.2433552742004395,
157
+ 1.2399874925613403
158
+ ]
159
+ }
160
+ }
161
+ }
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/metrics/training_metrics.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epochs": [
3
+ 1,
4
+ 2,
5
+ 3,
6
+ 4
7
+ ],
8
+ "train_loss": [
9
+ 0.0529517079684481,
10
+ 0.037956978057952076,
11
+ 0.03644381933701504,
12
+ 0.03571089345068001
13
+ ],
14
+ "val_loss": [
15
+ 0.039786288895064,
16
+ 0.03752015964054937,
17
+ 0.03681482813511219,
18
+ 0.036656873641993985
19
+ ],
20
+ "train_fve_base": [
21
+ 0.5364184388276505,
22
+ 0.6580171362044027,
23
+ 0.6836505865953293,
24
+ 0.697489732549125
25
+ ],
26
+ "train_fve_aligned": [
27
+ 0.4332498842627419,
28
+ 0.5531726599922671,
29
+ 0.580097508061649,
30
+ 0.5910453494709971
31
+ ],
32
+ "val_fve_base": [
33
+ 0.6359510749422442,
34
+ 0.6641846202430924,
35
+ 0.6751632116227874,
36
+ 0.6785364884356554
37
+ ],
38
+ "val_fve_aligned": [
39
+ 0.5259417585677502,
40
+ 0.5652059984456806,
41
+ 0.5794946779131265,
42
+ 0.582621481406127
43
+ ],
44
+ "dead_neurons": [
45
+ 0.9054421559106657,
46
+ 0.9564966922326875,
47
+ 0.9561109807292273,
48
+ 0.9556076866593615
49
+ ],
50
+ "l0_base": [
51
+ 200.97520796847635,
52
+ 179.6412178925861,
53
+ 188.04611792177465,
54
+ 192.58565017513135
55
+ ],
56
+ "l0_aligned": [
57
+ 186.2655429071804,
58
+ 168.3366170461179,
59
+ 182.95059836544075,
60
+ 189.3817133683596
61
+ ],
62
+ "self_recon": [
63
+ 0.028685827514997226,
64
+ 0.02211463631669541,
65
+ 0.020673328969286187,
66
+ 0.020013074644488406
67
+ ],
68
+ "cross_recon": [
69
+ 0.032533386013249316,
70
+ 0.026497181360346143,
71
+ 0.025410964289083165,
72
+ 0.024845413682070033
73
+ ],
74
+ "sparsity": [
75
+ 0.01125252585840709,
76
+ 0.005243468925278575,
77
+ 0.005606104382213207,
78
+ 0.005759653156069779
79
+ ]
80
+ }
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/cf_distribution_per_class.png ADDED

Git LFS Details

  • SHA256: 2f14c4d7e4de0252c57dc1cfcfd81cbff77a73129fe75974c7cf33d661861d2c
  • Pointer size: 131 Bytes
  • Size of remote file: 173 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/cf_shift_per_class.png ADDED

Git LFS Details

  • SHA256: 60d71f549fab640736a660c6f945c084d3cdc29011d12f6df4234967354abbbc
  • Pointer size: 131 Bytes
  • Size of remote file: 114 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/class_distribution.png ADDED

Git LFS Details

  • SHA256: d11ed20ffad9e91029469e91f32668502ddefd789eed86b5f826a6e55666dd30
  • Pointer size: 131 Bytes
  • Size of remote file: 159 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/loss_curves.png ADDED

Git LFS Details

  • SHA256: f3fb7857b887ac8ada3b098771eac1013d36e0b7745ebdcab3aea4f21d5678cb
  • Pointer size: 131 Bytes
  • Size of remote file: 329 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/rho_histogram.png ADDED

Git LFS Details

  • SHA256: 06861d43529eac4a81f64ae78ba98a3f2e8200404ada250f7d094961950fc71f
  • Pointer size: 130 Bytes
  • Size of remote file: 82.5 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/rho_theta_scatter.png ADDED

Git LFS Details

  • SHA256: 6bba64c546923b968dc146aa1ddc5d6f9e263b0de7979e01efbc5194c3ed25a0
  • Pointer size: 131 Bytes
  • Size of remote file: 249 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/shared_geometry_histograms.png ADDED

Git LFS Details

  • SHA256: 5e48bfae3a5a17098ecbd4309e19993da0a1edf043af1032881e2da7038aa40d
  • Pointer size: 131 Bytes
  • Size of remote file: 126 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/shared_geometry_theta_vs_norm_ratio.png ADDED

Git LFS Details

  • SHA256: 6e5f29a04fbe964c0c55bcf81e1f5bcef543b4ce15dab748ab8c65aee9e79f88
  • Pointer size: 131 Bytes
  • Size of remote file: 267 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/plots/superposition_analysis.png ADDED

Git LFS Details

  • SHA256: a70f5ef81c54bb4122175c16223a343a7cb5c73884f85ef80707ae6eb0b55174
  • Pointer size: 131 Bytes
  • Size of remote file: 171 kB
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L10__aligned_L12/run_meta.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "meta-llama/Llama-3.2-3B-Instruct",
3
+ "aligned_run_id": "llama32-3b-dpo",
4
+ "position": "last_prompt",
5
+ "multi_type": "separate",
6
+ "source_activations": "/home/ubuntu/interp-alignment/interp_utils/crosscoder/results-multi-v1/v1/assembled_activations/llama32-3b-dpo/activations/activations.pt",
7
+ "base_activations_path": "/home/ubuntu/interp-alignment/interp_utils/crosscoder/results-multi-v1/v1/base_activations/llama32-3b-union/activations/base_activations.pt",
8
+ "source_layers": [
9
+ 12,
10
+ 13,
11
+ 14
12
+ ],
13
+ "base_source_layers": [
14
+ 10,
15
+ 11,
16
+ 12,
17
+ 13,
18
+ 14,
19
+ 23,
20
+ 24,
21
+ 25,
22
+ 26
23
+ ],
24
+ "layer": 12,
25
+ "base_layer": 10,
26
+ "aligned_layer": 12
27
+ }
v2-differentlayer/llama32-3b-dpo/singlelayer_separate/base_L11__aligned_L13/checkpoints/final.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:264742259ce6dd57d968b95c8a2a6ddc353aceae13c8ebf147ccc6bec7657d3f
3
+ size 3624487706