martinkim0
commited on
Commit
•
83f1256
1
Parent(s):
cc220c5
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -6,18 +6,13 @@ tags:
|
|
6 |
- genomics
|
7 |
- single-cell
|
8 |
- model_cls_name:SCANVI
|
9 |
-
- scvi_version:
|
10 |
-
- anndata_version:0.
|
11 |
-
- modality:rna
|
12 |
-
- tissue:nose
|
13 |
-
- tissue:respiratory airway
|
14 |
-
- tissue:lung parenchyma
|
15 |
-
- annotated:True
|
16 |
---
|
17 |
|
18 |
# Description
|
19 |
|
20 |
-
|
21 |
|
22 |
# Model properties
|
23 |
|
@@ -32,6 +27,7 @@ Many model properties are in the model tags. Some more are listed below.
|
|
32 |
"dropout_rate": 0.1,
|
33 |
"dispersion": "gene",
|
34 |
"gene_likelihood": "nb",
|
|
|
35 |
"encode_covariates": true,
|
36 |
"deeply_inject_covariates": false,
|
37 |
"use_layer_norm": "both",
|
@@ -56,7 +52,7 @@ Many model properties are in the model tags. Some more are listed below.
|
|
56 |
| Summary Stat Key | Value |
|
57 |
|--------------------------|--------|
|
58 |
| n_batch | 14 |
|
59 |
-
| n_cells |
|
60 |
| n_extra_categorical_covs | 0 |
|
61 |
| n_extra_continuous_covs | 0 |
|
62 |
| n_labels | 29 |
|
@@ -88,14 +84,14 @@ to host on the huggingface Model hub.
|
|
88 |
sure to provide this field if you want users to be able to access your training data. See the scvi-tools
|
89 |
documentation for details. -->
|
90 |
|
91 |
-
Training data url:
|
92 |
|
93 |
# Training code
|
94 |
|
95 |
This is an optional link to the code used to train the model.
|
96 |
|
97 |
-
Training code url:
|
98 |
|
99 |
# References
|
100 |
|
101 |
-
|
|
|
6 |
- genomics
|
7 |
- single-cell
|
8 |
- model_cls_name:SCANVI
|
9 |
+
- scvi_version:1.1.0
|
10 |
+
- anndata_version:0.10.3
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Description
|
14 |
|
15 |
+
To be added...
|
16 |
|
17 |
# Model properties
|
18 |
|
|
|
27 |
"dropout_rate": 0.1,
|
28 |
"dispersion": "gene",
|
29 |
"gene_likelihood": "nb",
|
30 |
+
"linear_classifier": false,
|
31 |
"encode_covariates": true,
|
32 |
"deeply_inject_covariates": false,
|
33 |
"use_layer_norm": "both",
|
|
|
52 |
| Summary Stat Key | Value |
|
53 |
|--------------------------|--------|
|
54 |
| n_batch | 14 |
|
55 |
+
| n_cells | 584944 |
|
56 |
| n_extra_categorical_covs | 0 |
|
57 |
| n_extra_continuous_covs | 0 |
|
58 |
| n_labels | 29 |
|
|
|
84 |
sure to provide this field if you want users to be able to access your training data. See the scvi-tools
|
85 |
documentation for details. -->
|
86 |
|
87 |
+
Training data url: N/A
|
88 |
|
89 |
# Training code
|
90 |
|
91 |
This is an optional link to the code used to train the model.
|
92 |
|
93 |
+
Training code url: N/A
|
94 |
|
95 |
# References
|
96 |
|
97 |
+
To be added...
|