martinkim0
commited on
Commit
•
4c0f13d
1
Parent(s):
1f74ec8
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:SCVI
|
9 |
-
- scvi_version:
|
10 |
-
- anndata_version:0.
|
11 |
- modality:rna
|
12 |
- tissue:Uterus
|
13 |
- annotated:True
|
@@ -15,7 +15,7 @@ tags:
|
|
15 |
|
16 |
# Description
|
17 |
|
18 |
-
|
19 |
|
20 |
# Model properties
|
21 |
|
@@ -53,10 +53,10 @@ Many model properties are in the model tags. Some more are listed below.
|
|
53 |
| Summary Stat Key | Value |
|
54 |
|--------------------------|-------|
|
55 |
| n_batch | 2 |
|
56 |
-
| n_cells |
|
57 |
| n_extra_categorical_covs | 0 |
|
58 |
| n_extra_continuous_covs | 0 |
|
59 |
-
| n_labels |
|
60 |
| n_latent_qzm | 20 |
|
61 |
| n_latent_qzv | 20 |
|
62 |
| n_vars | 4000 |
|
@@ -85,14 +85,14 @@ to host on the huggingface Model hub.
|
|
85 |
sure to provide this field if you want users to be able to access your training data. See the scvi-tools
|
86 |
documentation for details. -->
|
87 |
|
88 |
-
Training data url:
|
89 |
|
90 |
# Training code
|
91 |
|
92 |
This is an optional link to the code used to train the model.
|
93 |
|
94 |
-
Training code url:
|
95 |
|
96 |
# References
|
97 |
|
98 |
-
|
|
|
6 |
- genomics
|
7 |
- single-cell
|
8 |
- model_cls_name:SCVI
|
9 |
+
- scvi_version:1.1.0
|
10 |
+
- anndata_version:0.10.3
|
11 |
- modality:rna
|
12 |
- tissue:Uterus
|
13 |
- annotated:True
|
|
|
15 |
|
16 |
# Description
|
17 |
|
18 |
+
To be added...
|
19 |
|
20 |
# Model properties
|
21 |
|
|
|
53 |
| Summary Stat Key | Value |
|
54 |
|--------------------------|-------|
|
55 |
| n_batch | 2 |
|
56 |
+
| n_cells | 7114 |
|
57 |
| n_extra_categorical_covs | 0 |
|
58 |
| n_extra_continuous_covs | 0 |
|
59 |
+
| n_labels | 13 |
|
60 |
| n_latent_qzm | 20 |
|
61 |
| n_latent_qzv | 20 |
|
62 |
| n_vars | 4000 |
|
|
|
85 |
sure to provide this field if you want users to be able to access your training data. See the scvi-tools
|
86 |
documentation for details. -->
|
87 |
|
88 |
+
Training data url: N/A
|
89 |
|
90 |
# Training code
|
91 |
|
92 |
This is an optional link to the code used to train the model.
|
93 |
|
94 |
+
Training code url: N/A
|
95 |
|
96 |
# References
|
97 |
|
98 |
+
To be added...
|