martinkim0
commited on
Commit
•
6183380
1
Parent(s):
8b72a39
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -6,8 +6,8 @@ tags:
|
|
6 |
- genomics
|
7 |
- single-cell
|
8 |
- model_cls_name:SCANVI
|
9 |
-
- scvi_version:
|
10 |
-
- anndata_version:0.
|
11 |
- modality:rna
|
12 |
- tissue:Small_Intestine
|
13 |
- annotated:True
|
@@ -15,7 +15,7 @@ tags:
|
|
15 |
|
16 |
# Description
|
17 |
|
18 |
-
|
19 |
|
20 |
# Model properties
|
21 |
|
@@ -30,6 +30,7 @@ Many model properties are in the model tags. Some more are listed below.
|
|
30 |
"dropout_rate": 0.05,
|
31 |
"dispersion": "gene",
|
32 |
"gene_likelihood": "nb",
|
|
|
33 |
"latent_distribution": "normal",
|
34 |
"use_batch_norm": "none",
|
35 |
"use_layer_norm": "both",
|
@@ -53,11 +54,11 @@ Many model properties are in the model tags. Some more are listed below.
|
|
53 |
**model_summary_stats**:
|
54 |
| Summary Stat Key | Value |
|
55 |
|--------------------------|-------|
|
56 |
-
| n_batch |
|
57 |
-
| n_cells |
|
58 |
| n_extra_categorical_covs | 0 |
|
59 |
| n_extra_continuous_covs | 0 |
|
60 |
-
| n_labels |
|
61 |
| n_latent_qzm | 20 |
|
62 |
| n_latent_qzv | 20 |
|
63 |
| n_vars | 4000 |
|
@@ -86,14 +87,14 @@ to host on the huggingface Model hub.
|
|
86 |
sure to provide this field if you want users to be able to access your training data. See the scvi-tools
|
87 |
documentation for details. -->
|
88 |
|
89 |
-
Training data url:
|
90 |
|
91 |
# Training code
|
92 |
|
93 |
This is an optional link to the code used to train the model.
|
94 |
|
95 |
-
Training code url:
|
96 |
|
97 |
# References
|
98 |
|
99 |
-
|
|
|
6 |
- genomics
|
7 |
- single-cell
|
8 |
- model_cls_name:SCANVI
|
9 |
+
- scvi_version:1.1.0
|
10 |
+
- anndata_version:0.10.3
|
11 |
- modality:rna
|
12 |
- tissue:Small_Intestine
|
13 |
- annotated:True
|
|
|
15 |
|
16 |
# Description
|
17 |
|
18 |
+
To be added...
|
19 |
|
20 |
# Model properties
|
21 |
|
|
|
30 |
"dropout_rate": 0.05,
|
31 |
"dispersion": "gene",
|
32 |
"gene_likelihood": "nb",
|
33 |
+
"linear_classifier": false,
|
34 |
"latent_distribution": "normal",
|
35 |
"use_batch_norm": "none",
|
36 |
"use_layer_norm": "both",
|
|
|
54 |
**model_summary_stats**:
|
55 |
| Summary Stat Key | Value |
|
56 |
|--------------------------|-------|
|
57 |
+
| n_batch | 2 |
|
58 |
+
| n_cells | 10458 |
|
59 |
| n_extra_categorical_covs | 0 |
|
60 |
| n_extra_continuous_covs | 0 |
|
61 |
+
| n_labels | 17 |
|
62 |
| n_latent_qzm | 20 |
|
63 |
| n_latent_qzv | 20 |
|
64 |
| n_vars | 4000 |
|
|
|
87 |
sure to provide this field if you want users to be able to access your training data. See the scvi-tools
|
88 |
documentation for details. -->
|
89 |
|
90 |
+
Training data url: N/A
|
91 |
|
92 |
# Training code
|
93 |
|
94 |
This is an optional link to the code used to train the model.
|
95 |
|
96 |
+
Training code url: N/A
|
97 |
|
98 |
# References
|
99 |
|
100 |
+
To be added...
|