AKG2 commited on
Commit
2c67cc0
·
verified ·
1 Parent(s): bbc767e

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "SparseAutoencoder",
3
+ "input_dim": 1024,
4
+ "dict_size": 4096,
5
+ "topk": null,
6
+ "activation": "relu",
7
+ "source_model": "llava-hf/llava-1.5-7b-hf",
8
+ "source_layer": "vision_tower.hidden_states[-2] (Layer 23)",
9
+ "num_patches_per_image": 576,
10
+ "training_epochs": 2,
11
+ "training_lr": 0.0003,
12
+ "l1_coeff": 0.001,
13
+ "total_training_vectors": 6336000
14
+ }