PraneetNeuro
commited on
Upload 2 files
Browse files- config.json +62 -0
- weights.pt +3 -0
config.json
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_class_name": "HookedViT",
|
3 |
+
"model_name": "open-clip:laion/CLIP-ViT-B-32-DataComp.XL-s13B-b90K",
|
4 |
+
"model_path": null,
|
5 |
+
"hook_point_layer": 11,
|
6 |
+
"layer_subtype": "hook_resid_post",
|
7 |
+
"hook_point_head_index": null,
|
8 |
+
"context_size": 50,
|
9 |
+
"use_cached_activations": false,
|
10 |
+
"use_patches_only": false,
|
11 |
+
"cached_activations_path": "activations/_home_mila_p_praneet.suresh_prisma-v2_waterbird/openai_clip-vit-large-patch14/blocks.11.hook_resid_post",
|
12 |
+
"d_in": 768,
|
13 |
+
"activation_fn_str": "relu",
|
14 |
+
"activation_fn_kwargs": {},
|
15 |
+
"cls_token_only": false,
|
16 |
+
"max_grad_norm": 1.0,
|
17 |
+
"initialization_method": "encoder_transpose_decoder",
|
18 |
+
"normalize_activations": "layer_norm",
|
19 |
+
"n_batches_in_buffer": 20,
|
20 |
+
"store_batch_size": 32,
|
21 |
+
"num_workers": 4,
|
22 |
+
"num_epochs": 15,
|
23 |
+
"total_training_images": 143880,
|
24 |
+
"total_training_tokens": 7194000,
|
25 |
+
"image_size": 224,
|
26 |
+
"device": {
|
27 |
+
"__type__": "torch.device",
|
28 |
+
"value": "cuda"
|
29 |
+
},
|
30 |
+
"seed": 42,
|
31 |
+
"dtype": {
|
32 |
+
"__type__": "torch.dtype",
|
33 |
+
"value": "torch.float32"
|
34 |
+
},
|
35 |
+
"architecture": "standard",
|
36 |
+
"verbose": false,
|
37 |
+
"b_dec_init_method": "geometric_median",
|
38 |
+
"expansion_factor": 64,
|
39 |
+
"from_pretrained_path": null,
|
40 |
+
"d_sae": 49152,
|
41 |
+
"l1_coefficient": 0.1413670469265696,
|
42 |
+
"lp_norm": 1,
|
43 |
+
"lr": 0.011813686729329077,
|
44 |
+
"lr_scheduler_name": "cosineannealingwarmup",
|
45 |
+
"lr_warm_up_steps": 500,
|
46 |
+
"train_batch_size": 8192,
|
47 |
+
"dataset_name": "waterbirds",
|
48 |
+
"dataset_path": "/home/mila/p/praneet.suresh/prisma-v2/waterbird",
|
49 |
+
"dataset_train_path": null,
|
50 |
+
"dataset_val_path": null,
|
51 |
+
"use_ghost_grads": true,
|
52 |
+
"feature_sampling_window": 1000,
|
53 |
+
"dead_feature_window": 5000,
|
54 |
+
"dead_feature_threshold": 1e-08,
|
55 |
+
"log_to_wandb": true,
|
56 |
+
"wandb_project": "waterbirds_finetuning_sweep",
|
57 |
+
"wandb_entity": null,
|
58 |
+
"wandb_log_frequency": 1,
|
59 |
+
"n_validation_runs": 100,
|
60 |
+
"n_checkpoints": 10,
|
61 |
+
"checkpoint_path": "/network/scratch/p/praneet.suresh/open_clip_waterbirds_checkpoints/a82fc967-waterbirds_finetuning_sweep"
|
62 |
+
}
|
weights.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ee5a18083bcd141fc85e97f0ba284515a32d4884a62520ed1bb75c10877d717
|
3 |
+
size 302194128
|