martinkim0 commited on
Commit
09c5236
1 Parent(s): 660e885

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ library_name: scvi-tools
4
+ tags:
5
+ - biology
6
+ - genomics
7
+ - single-cell
8
+ - model_cls_name:CondSCVI
9
+ - scvi_version:0.20.0b1
10
+ - anndata_version:0.8.0
11
+ - modality:rna
12
+ - tissue:Fat
13
+ - annotated:True
14
+ ---
15
+
16
+ # Description
17
+
18
+ Tabula sapiens. An across organ dataset of cell-types in human tissues.
19
+
20
+ # Model properties
21
+
22
+ Many model properties are in the model tags. Some more are listed below.
23
+
24
+ **model_init_params**:
25
+ ```json
26
+ {
27
+ "n_hidden": 128,
28
+ "n_latent": 5,
29
+ "n_layers": 2,
30
+ "weight_obs": false,
31
+ "dropout_rate": 0.05
32
+ }
33
+ ```
34
+
35
+ **model_setup_anndata_args**:
36
+ ```json
37
+ {
38
+ "labels_key": "cell_ontology_class",
39
+ "layer": null
40
+ }
41
+ ```
42
+
43
+ **model_summary_stats**:
44
+ | Summary Stat Key | Value |
45
+ |------------------|-------|
46
+ | n_cells | 20259 |
47
+ | n_labels | 12 |
48
+ | n_vars | 4000 |
49
+
50
+ **model_data_registry**:
51
+ | Registry Key | scvi-tools Location |
52
+ |--------------|---------------------------|
53
+ | X | adata.X |
54
+ | labels | adata.obs['_scvi_labels'] |
55
+
56
+ **model_parent_module**: scvi.model
57
+
58
+ **data_is_minified**: False
59
+
60
+ # Training data
61
+
62
+ This is an optional link to where the training data is stored if it is too large
63
+ to host on the huggingface Model hub.
64
+
65
+ <!-- If your model is not uploaded with any data (e.g., minified data) on the Model Hub, then make
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/c676cd14-97a7-4ea6-ba70-2c7faa1d61d8/Fat_training_data.h5ad
70
+
71
+ # Training code
72
+
73
+ This is an optional link to the code used to train the model.
74
+
75
+ Training code url: https://github.com/scvi-hub-references/tabula_sapiens/main.py
76
+
77
+ # References
78
+
79
+ 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