Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ tags:
|
|
| 6 |
- genomics
|
| 7 |
- single-cell
|
| 8 |
- model_cls_name:SCVI
|
| 9 |
-
- scvi_version:1.3.
|
| 10 |
- anndata_version:0.11.3
|
| 11 |
- modality:rna
|
| 12 |
- annotated:False
|
|
@@ -113,6 +113,7 @@ These provide the settings to setup the original model:
|
|
| 113 |
"dropout_rate": 0.1,
|
| 114 |
"dispersion": "gene",
|
| 115 |
"gene_likelihood": "zinb",
|
|
|
|
| 116 |
"latent_distribution": "normal"
|
| 117 |
}
|
| 118 |
```
|
|
|
|
| 6 |
- genomics
|
| 7 |
- single-cell
|
| 8 |
- model_cls_name:SCVI
|
| 9 |
+
- scvi_version:1.3.1
|
| 10 |
- anndata_version:0.11.3
|
| 11 |
- modality:rna
|
| 12 |
- annotated:False
|
|
|
|
| 113 |
"dropout_rate": 0.1,
|
| 114 |
"dispersion": "gene",
|
| 115 |
"gene_likelihood": "zinb",
|
| 116 |
+
"use_observed_lib_size": true,
|
| 117 |
"latent_distribution": "normal"
|
| 118 |
}
|
| 119 |
```
|