agemagician commited on
Commit
577dd5a
1 Parent(s): 24eb472

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +32 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cell_emb_style": "cls",
3
+ "d_hid": 512,
4
+ "d_model": 512,
5
+ "do_dab": false,
6
+ "do_mvc": false,
7
+ "domain_spec_batchnorm": false,
8
+ "dropout": 0.2,
9
+ "ecs_threshold": 0.0,
10
+ "explicit_zero_prob": false,
11
+ "fast_transformer_backend": "flash",
12
+ "input_emb_style": "continuous",
13
+ "model_type": "scgpt",
14
+ "mvc_decoder_style": "inner product",
15
+ "n_cls": 18,
16
+ "n_input_bins": 51,
17
+ "nhead": 8,
18
+ "nlayers": 12,
19
+ "nlayers_cls": 3,
20
+ "ntoken": 60697,
21
+ "ntokens_mod": null,
22
+ "num_batch_labels": 1,
23
+ "pad_token": "<pad>",
24
+ "pad_value": -2,
25
+ "pert_pad_id": 2,
26
+ "pre_norm": false,
27
+ "transformers_version": "4.35.2",
28
+ "use_batch_labels": false,
29
+ "use_fast_transformer": true,
30
+ "use_mod": false,
31
+ "vocab_mod": null
32
+ }