tahoebio/Tahoe-x1
https://huggingface.co/tahoebio/Tahoe-x1Tahoe-x1 is a family of perturbation-trained single-cell foundation models with up to 3 billion parameters, developed by Tahoe Therapeutics. Pretrained on 266 million single-cell transcriptomic profiles including the Tahoe-100M perturbation compendium, Tahoe-x1 achieves state-of-the-art performance…
Sourced from
- HuggingFace — tahoebio/Tahoe-x1
Related resources
QizhiPei/biot5-base
by QizhiPei## Example Usage ```python from transformers import AutoTokenizer, T5ForConditionalGeneration
ArielLubonja/biobert-embeddings
by ArielLubonjaModel from this repo. Model used to be in Dropbox/GDrive, leading to issues with download
This model is a BERT-like sequence classifier for 221 human protein drug targets, fine-tuned from gbyuvd/chemselfies-base-bertmlm on a dataset derived ChemBL34 (Zdrazil et al. 2023). It predicts potential drug targets using chemical structures represented as SELFIES (Self-Referencing Embedded…
Galahad3x/QAModelForPatho
by Galahad3xQuestion Answering Model for the PathoTHREAT Project
paradoxdan/nano-scGPT
by paradoxdan# nano-scGPT The simplest, fastest repository for scGPT inference, (soon) finetuning and trianing, with minimal dependencies. It reimplements the original scGPT from scratch. nanoscgpt/model.py is pure PyTorch in ~270 lines of code, and nanoscgpt/scGPT_tokenizer.py turns raw scRNA data into model…