minwoosun commited on
Commit
1b1c427
1 Parent(s): 142ba5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md CHANGED
@@ -3,9 +3,76 @@ library_name: uce-650m
3
  tags:
4
  - model_hub_mixin
5
  - pytorch_model_hub_mixin
 
 
 
 
6
  ---
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
 
9
 
10
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
11
  - Library: https://huggingface.co/minwoosun/uce-650m
 
3
  tags:
4
  - model_hub_mixin
5
  - pytorch_model_hub_mixin
6
+ - biology
7
+ license: mit
8
+ language:
9
+ - en
10
  ---
11
 
12
+ ---
13
+ library_name: uce-100m
14
+ tags:
15
+ - model_hub_mixin
16
+ - pytorch_model_hub_mixin
17
+ ---
18
+
19
+ # Model Card: Universal Cell Embeddings (UCE)
20
+
21
+ ## Model Description
22
+
23
+ **Universal Cell Embeddings (UCE)** is a foundation model designed for single-cell RNA sequencing data analysis. UCE generates a universal representation of cells that captures the molecular diversity across different cell types, tissues, and species. The model leverages extensive single-cell transcriptomic data, creating a unified biological latent space that can represent any cell without additional annotations or fine-tuning.
24
+
25
+ ## Colab Notebook Demo (100M): [Make a Copy of the Notebook](https://colab.research.google.com/drive/1opud0BVWr76IM8UnGgTomVggui_xC4p0?usp=sharing)
26
+
27
+
28
+ ## Model Details
29
+
30
+ - **Model type**: Transformer-based foundation model
31
+ - **Authors**: Yanay Rosen, Yusuf Roohani, Ayush Agarwal, Leon Samotorčan, Tabula Sapiens Consortium, Stephen R. Quake, Jure Leskovec
32
+ - **Institution**: Stanford University, Chan Zuckerberg BioHub, Chan Zuckerberg Initiative
33
+ - **License**: CC-BY-NC-ND 4.0
34
+ - **Paper**: [Universal Cell Embeddings: A Foundation Model for Cell Biology](https://www.biorxiv.org/content/10.1101/2023.11.28.568918v1.full.pdf)
35
+ - **Github Repo**: [Link to Github Repo](https://github.com/snap-stanford/UCE)
36
+ - **Hugging Face Model Repo**:
37
+
38
+ ## Intended Use
39
+
40
+ UCE is intended for researchers and practitioners in cell biology and computational biology. It enables the integration and analysis of single-cell RNA sequencing data from diverse experiments and species, facilitating the discovery of new cell types and states.
41
+
42
+ ### Use Cases
43
+
44
+ - **Cell type annotation**: Automatically annotate new single-cell datasets without the need for retraining.
45
+ - **Cross-dataset analysis**: Integrate and compare single-cell data from different studies.
46
+ - **Novel cell discovery**: Identify and characterize previously unknown cell types.
47
+ - **Biological insights**: Gain insights into cellular organization and developmental lineages.
48
+
49
+ ## Training Data
50
+
51
+ UCE was trained on a large corpus of single-cell RNA sequencing data, including datasets from multiple species such as human, mouse, zebrafish, and more. The training data was sourced from publicly available single-cell atlases and processed to ensure consistency and robustness across experiments.
52
+
53
+ ## Evaluation
54
+
55
+ UCE was evaluated on various single-cell datasets not included in the training set. The model's performance was assessed based on its ability to accurately embed and classify cell types, integrate new datasets, and identify novel cell types.
56
+
57
+
58
+ ## Ethical Considerations
59
+
60
+ - **Data privacy**: Ensure that all single-cell data used with UCE complies with relevant privacy regulations and ethical guidelines.
61
+ - **Research transparency**: When using UCE in published research, provide clear descriptions of methods and data used.
62
+
63
+ ## Citation
64
+
65
+ If you use the UCE model in your research, please cite the following paper:
66
+
67
+ @article{rosen2023uce,
68
+ title={Universal Cell Embeddings: A Foundation Model for Cell Biology},
69
+ author={Rosen, Yanay and Roohani, Yusuf and Agarwal, Ayush and Samotorčan, Leon and Quake, Stephen R and Leskovec, Jure},
70
+ journal={bioRxiv},
71
+ year={2023},
72
+ doi={10.1101/2023.11.28.568918}
73
+ }
74
 
75
+ For more detailed instructions and use cases, refer to the [UCE paper](https://www.biorxiv.org/content/10.1101/2023.11.28.568918v1.full.pdf).
76
 
77
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
78
  - Library: https://huggingface.co/minwoosun/uce-650m