chanind commited on
Commit
1a6e2ca
·
verified ·
1 Parent(s): 9cd2915

Upload ravel/gemma-2-2b-res-snap-matryoshka-dc_blocks.8.hook_resid_post_eval_results.json with huggingface_hub

Browse files
ravel/gemma-2-2b-res-snap-matryoshka-dc_blocks.8.hook_resid_post_eval_results.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_type_id": "ravel",
3
+ "eval_config": {
4
+ "entity_attribute_selection": {
5
+ "city": [
6
+ "Country",
7
+ "Continent",
8
+ "Language"
9
+ ],
10
+ "nobel_prize_winner": [
11
+ "Country of Birth",
12
+ "Field",
13
+ "Gender"
14
+ ]
15
+ },
16
+ "top_n_entities": 500,
17
+ "top_n_templates": 90,
18
+ "full_dataset_downsample": null,
19
+ "num_pairs_per_attribute": 5000,
20
+ "train_test_split": 0.7,
21
+ "force_dataset_recompute": false,
22
+ "model_name": "google/gemma-2-2b",
23
+ "llm_dtype": "bfloat16",
24
+ "llm_batch_size": 8,
25
+ "learning_rate": 0.001,
26
+ "num_epochs": 2,
27
+ "train_mdas": false,
28
+ "n_generated_tokens": 6,
29
+ "random_seed": 42,
30
+ "artifact_dir": "artifacts/ravel"
31
+ },
32
+ "eval_id": "b936fae4-72de-4bc5-b30c-64313989b46e",
33
+ "datetime_epoch_millis": 1745646429257,
34
+ "eval_result_metrics": {
35
+ "ravel": {
36
+ "disentanglement_score": 0.7100773494558942,
37
+ "cause_score": 0.7032357666620319,
38
+ "isolation_score": 0.7169189322497567
39
+ }
40
+ },
41
+ "eval_result_details": [],
42
+ "sae_bench_commit_hash": "Unknown",
43
+ "sae_lens_id": "blocks.8.hook_resid_post",
44
+ "sae_lens_release_id": "gemma-2-2b-res-snap-matryoshka-dc",
45
+ "sae_lens_version": "5.9.1",
46
+ "sae_cfg_dict": {
47
+ "architecture": "jumprelu",
48
+ "d_in": 2304,
49
+ "d_sae": 32768,
50
+ "activation_fn_str": "relu",
51
+ "apply_b_dec_to_input": true,
52
+ "finetuning_scaling_factor": false,
53
+ "context_size": 1024,
54
+ "model_name": "gemma-2-2b",
55
+ "hook_name": "blocks.8.hook_resid_post",
56
+ "hook_layer": 8,
57
+ "hook_head_index": null,
58
+ "prepend_bos": true,
59
+ "dataset_path": "chanind/pile-uncopyrighted-gemma-1024-abbrv-1B",
60
+ "dataset_trust_remote_code": true,
61
+ "normalize_activations": "none",
62
+ "dtype": "torch.bfloat16",
63
+ "device": "cuda",
64
+ "sae_lens_training_version": "5.5.1",
65
+ "activation_fn_kwargs": {
66
+ "k": 40
67
+ },
68
+ "neuronpedia_id": null,
69
+ "model_from_pretrained_kwargs": {
70
+ "center_writing_weights": false
71
+ },
72
+ "seqpos_slice": [
73
+ null
74
+ ]
75
+ },
76
+ "eval_result_unstructured": {
77
+ "city_results": {
78
+ "city_Country": {
79
+ "cause_score": 0.7398265510340227,
80
+ "isolation_score": 0.40306462358427714,
81
+ "disentangle_score": 0.57144558730915
82
+ },
83
+ "city_Continent": {
84
+ "cause_score": 0.6809061488673139,
85
+ "isolation_score": 0.6632302405498282,
86
+ "disentangle_score": 0.672068194708571
87
+ },
88
+ "city_Language": {
89
+ "cause_score": 0.7571523619427811,
90
+ "isolation_score": 0.47762191048764197,
91
+ "disentangle_score": 0.6173871362152116
92
+ }
93
+ },
94
+ "nobel_prize_winner_results": {
95
+ "nobel_prize_winner_Country of Birth": {
96
+ "cause_score": 0.6938202247191011,
97
+ "isolation_score": 0.9232233502538071,
98
+ "disentangle_score": 0.8085217874864541
99
+ },
100
+ "nobel_prize_winner_Field": {
101
+ "cause_score": 0.8184300341296928,
102
+ "isolation_score": 0.9250814332247557,
103
+ "disentangle_score": 0.8717557336772243
104
+ },
105
+ "nobel_prize_winner_Gender": {
106
+ "cause_score": 0.5292792792792793,
107
+ "isolation_score": 0.9092920353982301,
108
+ "disentangle_score": 0.7192856573387547
109
+ }
110
+ }
111
+ }
112
+ }