martinkim0
commited on
Commit
•
a3dff36
1
Parent(s):
3239886
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -53,11 +53,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,7 +86,7 @@ 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: https://zenodo.org/api/files/
|
90 |
|
91 |
# Training code
|
92 |
|
|
|
53 |
**model_summary_stats**:
|
54 |
| Summary Stat Key | Value |
|
55 |
|--------------------------|-------|
|
56 |
+
| n_batch | 2 |
|
57 |
+
| n_cells | 2860 |
|
58 |
| n_extra_categorical_covs | 0 |
|
59 |
| n_extra_continuous_covs | 0 |
|
60 |
+
| n_labels | 13 |
|
61 |
| n_latent_qzm | 20 |
|
62 |
| n_latent_qzv | 20 |
|
63 |
| n_vars | 4000 |
|
|
|
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: https://zenodo.org/api/files/fd2c61e6-f4cd-4984-ade0-24d26d9adef6/TS_Muscle_filtered.h5ad
|
90 |
|
91 |
# Training code
|
92 |
|