martinkim0
commited on
Commit
•
6522e0b
1
Parent(s):
25fb69e
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -52,11 +52,11 @@ Many model properties are in the model tags. Some more are listed below.
|
|
52 |
**model_summary_stats**:
|
53 |
| Summary Stat Key | Value |
|
54 |
|--------------------------|-------|
|
55 |
-
| n_batch |
|
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,7 +85,7 @@ 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: https://zenodo.org/api/files/
|
89 |
|
90 |
# Training code
|
91 |
|
|
|
52 |
**model_summary_stats**:
|
53 |
| Summary Stat Key | Value |
|
54 |
|--------------------------|-------|
|
55 |
+
| n_batch | 6 |
|
56 |
+
| n_cells | 34766 |
|
57 |
| n_extra_categorical_covs | 0 |
|
58 |
| n_extra_continuous_covs | 0 |
|
59 |
+
| n_labels | 18 |
|
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: https://zenodo.org/api/files/fd2c61e6-f4cd-4984-ade0-24d26d9adef6/TS_Eye_filtered.h5ad
|
89 |
|
90 |
# Training code
|
91 |
|