martinkim0
commited on
Commit
•
3ff210e
1
Parent(s):
615f0db
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -43,8 +43,8 @@ Many model properties are in the model tags. Some more are listed below.
|
|
43 |
**model_summary_stats**:
|
44 |
| Summary Stat Key | Value |
|
45 |
|------------------|-------|
|
46 |
-
| n_cells |
|
47 |
-
| n_labels |
|
48 |
| n_vars | 4000 |
|
49 |
|
50 |
**model_data_registry**:
|
@@ -66,7 +66,7 @@ to host on the huggingface Model hub.
|
|
66 |
sure to provide this field if you want users to be able to access your training data. See the scvi-tools
|
67 |
documentation for details. -->
|
68 |
|
69 |
-
Training data url: https://zenodo.org/api/files/
|
70 |
|
71 |
# Training code
|
72 |
|
|
|
43 |
**model_summary_stats**:
|
44 |
| Summary Stat Key | Value |
|
45 |
|------------------|-------|
|
46 |
+
| n_cells | 2860 |
|
47 |
+
| n_labels | 12 |
|
48 |
| n_vars | 4000 |
|
49 |
|
50 |
**model_data_registry**:
|
|
|
66 |
sure to provide this field if you want users to be able to access your training data. See the scvi-tools
|
67 |
documentation for details. -->
|
68 |
|
69 |
+
Training data url: https://zenodo.org/api/files/fd2c61e6-f4cd-4984-ade0-24d26d9adef6/TS_Lung_filtered.h5ad
|
70 |
|
71 |
# Training code
|
72 |
|