martinkim0 commited on
Commit
6183380
1 Parent(s): 8b72a39

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -6,8 +6,8 @@ tags:
6
  - genomics
7
  - single-cell
8
  - model_cls_name:SCANVI
9
- - scvi_version:0.20.0
10
- - anndata_version:0.8.0
11
  - modality:rna
12
  - tissue:Small_Intestine
13
  - annotated:True
@@ -15,7 +15,7 @@ tags:
15
 
16
  # Description
17
 
18
- Tabula sapiens. An across organ dataset of cell-types in human tissues.
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 | 4 |
57
- | n_cells | 13488 |
58
  | n_extra_categorical_covs | 0 |
59
  | n_extra_continuous_covs | 0 |
60
- | n_labels | 15 |
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: https://zenodo.org/api/files/fd2c61e6-f4cd-4984-ade0-24d26d9adef6/TS_Small_Intestine_filtered.h5ad
90
 
91
  # Training code
92
 
93
  This is an optional link to the code used to train the model.
94
 
95
- Training code url: https://github.com/scvi-hub-references/tabula_sapiens/main.py
96
 
97
  # References
98
 
99
- The Tabula Sapiens: A multi-organ, single-cell transcriptomic atlas of humans. The Tabula Sapiens Consortium. Science 2022.05.13; doi: https: //doi.org/10.1126/science.abl4896
 
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...