cindy2000sh commited on
Commit
d2e30c9
·
verified ·
1 Parent(s): 80f77df

Upload ViT-L-14_AE_M7_14task/method_info.json with huggingface_hub

Browse files
ViT-L-14_AE_M7_14task/method_info.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "ViT-L-14",
3
+ "finetuning_mode": "standard",
4
+ "datasets": [
5
+ "Cars",
6
+ "DTD",
7
+ "EuroSAT",
8
+ "GTSRB",
9
+ "MNIST",
10
+ "RESISC45",
11
+ "SVHN",
12
+ "SUN397",
13
+ "CIFAR100",
14
+ "STL10",
15
+ "Flowers102",
16
+ "OxfordIIITPet",
17
+ "PCAM",
18
+ "FER2013"
19
+ ],
20
+ "M": 7,
21
+ "steps": 6000,
22
+ "lr": 0.01,
23
+ "tau_init": 5.0,
24
+ "anneal_every": null,
25
+ "anneal_factor": null,
26
+ "weight_decay": 1e-06,
27
+ "grad_clip": null,
28
+ "batch_cols": null,
29
+ "device": "cuda",
30
+ "seed": 0,
31
+ "softmax_w": false,
32
+ "encoder": "softmax",
33
+ "w_activation": "linear",
34
+ "gram_dtype": "float32",
35
+ "notes": null,
36
+ "task_scenario": "14",
37
+ "timestamp": "2025-09-06 18:21:27",
38
+ "method": "AutoencoderBasisMethod"
39
+ }