yqsu95 commited on
Commit
e0ba747
·
verified ·
1 Parent(s): 05af16c

Push model using huggingface_hub.

Browse files
Files changed (6) hide show
  1. README.md +10 -0
  2. config.json +34 -0
  3. model.safetensors +3 -0
  4. running_parameters.pt +3 -0
  5. training_config.json +53 -0
  6. vocab.json +0 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_emb_style": "cls",
3
+ "d_hid": null,
4
+ "d_model": 32,
5
+ "do_dab": false,
6
+ "do_mvc": false,
7
+ "domain_spec_batchnorm": false,
8
+ "dropout": 0.1,
9
+ "ecs_threshold": 0.7,
10
+ "explicit_zero_prob": true,
11
+ "fast_transformer_backend": "flash",
12
+ "input_emb_style": "continuous",
13
+ "mvc_decoder_style": "inner product",
14
+ "n_bins": 51,
15
+ "n_cls": 1,
16
+ "n_pert": 1,
17
+ "n_ps": 1,
18
+ "nhead": 8,
19
+ "nlayers": 6,
20
+ "nlayers_cls": 3,
21
+ "nlayers_pert": 4,
22
+ "ntoken": 36604,
23
+ "num_batch_labels": null,
24
+ "pad_token": "<pad>",
25
+ "pad_value": -2,
26
+ "pert_dim": null,
27
+ "pert_pad_id": null,
28
+ "pre_norm": false,
29
+ "pred_lochness_next": false,
30
+ "ps_decoder2_nlayer": 3,
31
+ "use_batch_labels": false,
32
+ "use_fast_transformer": false,
33
+ "vocab": null
34
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93e56860522d1bbe471b65c66a716d7237a0a49bae6e1f42e443197af0ae7217
3
+ size 52392004
running_parameters.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32f2ea9394a2f4cadd83a1b9a6c4803b4391bdf5fbf45e674d448c7daa3584ad
3
+ size 2351
training_config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "seed": 42,
3
+ "dataset_name": "pancreatic_full",
4
+ "do_train": true,
5
+ "load_model": null,
6
+ "GEPC": true,
7
+ "ecs_thres": 0.7,
8
+ "dab_weight": 0,
9
+ "this_weight": 1,
10
+ "next_weight": 0,
11
+ "n_rounds": 3,
12
+ "next_cell_pred_type": "identity",
13
+ "ecs_weight": 1,
14
+ "cell_type_classifier": true,
15
+ "cell_type_classifier_weight": 1,
16
+ "perturbation_classifier_weight": 5,
17
+ "perturbation_input": false,
18
+ "CCE": true,
19
+ "mask_ratio": 0.15,
20
+ "epochs": 150,
21
+ "lr": 0.0003,
22
+ "batch_size": 128,
23
+ "layer_size": 256,
24
+ "schedule_ratio": 0.995,
25
+ "save_eval_interval": 5,
26
+ "log_interval": 200,
27
+ "fast_transformer": true,
28
+ "amp": true,
29
+ "do_sample_in_train": false,
30
+ "ADV": false,
31
+ "adv_weight": 10000,
32
+ "adv_E_delay_epochs": 2,
33
+ "adv_D_delay_epochs": 2,
34
+ "lr_ADV": 0.001,
35
+ "DSBN": false,
36
+ "per_seq_batch_sample": false,
37
+ "use_batch_label": false,
38
+ "schedule_interval": 1,
39
+ "cce_mode": "cell+geno",
40
+ "n_hvg": 2000,
41
+ "ps_weight": 0,
42
+ "mask_value": -1,
43
+ "cls_value": -3,
44
+ "cls_token": "<cls>",
45
+ "sampling_mode": "hvg",
46
+ "non_hvg_size": 1000,
47
+ "fix_nonzero_prop": true,
48
+ "nonzero_prop": 0.9,
49
+ "hvg_col": "highly_variable",
50
+ "mvc_masked_train": true,
51
+ "max_seq_len": 3001,
52
+ "pad_value": -2
53
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff