ICML
TonyK commited on
Commit
a8c3d30
·
verified ·
1 Parent(s): 09ed41e

add pretrained checkpoint

Browse files
pretrained/all_dict_mean_std.csv ADDED
The diff for this file is too large to render. See raw diff
 
pretrained/args.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_source": "/scratch/hdd001/home/haotian/spatial_data/parquets_August_16_sample_zero_coordinates/combined_all_counts",
3
+ "save_dir": "/scratch/hdd001/home/haotian/spatial_data/spatial_pretrain_save/spatial-continual-Nov29-05-56-2024",
4
+ "load_model": "/scratch/ssd004/scratch/chloexq/scGPT_models/scGPT_human_model",
5
+ "n_hvg": null,
6
+ "valid_size_or_ratio": 0.003,
7
+ "grad_accu_steps": 16,
8
+ "pad_token": "<pad>",
9
+ "input_style": "binned",
10
+ "binning_style": "quantile",
11
+ "input_emb_style": "continuous",
12
+ "n_bins": 51,
13
+ "max_seq_len": 600,
14
+ "training_tasks": "both",
15
+ "mask_ratio": [
16
+ 0.25,
17
+ 0.5,
18
+ 0.75
19
+ ],
20
+ "trunc_by_sample": true,
21
+ "vocab_path": "/scratch/ssd004/scratch/chloexq/scGPT_models/scGPT_human_model/vocab.json",
22
+ "batch_size": 16,
23
+ "local_rank": 0,
24
+ "eval_batch_size": 32,
25
+ "epochs": 6,
26
+ "lr": 5e-05,
27
+ "scheduler_interval": 100,
28
+ "scheduler_factor": 0.99,
29
+ "warmup_ratio_or_step": 10000.0,
30
+ "no_cls": true,
31
+ "no_cce": true,
32
+ "no_impute": false,
33
+ "no_decmoe": false,
34
+ "impute_k": 6,
35
+ "no_batch": false,
36
+ "fp16": true,
37
+ "fast_transformer": true,
38
+ "nlayers": 12,
39
+ "nheads": 8,
40
+ "embsize": 512,
41
+ "d_hid": 512,
42
+ "dropout": 0.2,
43
+ "n_layers_cls": 3,
44
+ "log_interval": 3000,
45
+ "save_interval": 9000,
46
+ "mask_value": -1,
47
+ "pad_value": -2
48
+ }
pretrained/best_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ce6a9eaa7cc199b23d404ea38203956d04699aaede42b6ea67aa0bf3a88c8be
3
+ size 220124485
pretrained/vocab.json ADDED
The diff for this file is too large to render. See raw diff