Many model properties are in the model tags. Some more are listed below.
1{
2 "n_hidden": 128,
3 "n_latent": 30,
4 "n_layers": 2,
5 "dropout_rate": 0.1,
6 "dispersion": "gene",
7 "gene_likelihood": "nb",
8 "latent_distribution": "normal"
9}
1{
2 "layer": "counts",
3 "batch_key": "Product_norm",
4 "labels_key": null,
5 "size_factor_key": null,
6 "categorical_covariate_keys": [
7 "orig_ident"
8 ],
9 "continuous_covariate_keys": null
10}
This is an optional link to where the training data is stored if it is too large
to host on the huggingface Model hub.
This is an optional link to the code used to train the model.
Reference pending - manuscript in preparation.