From 925f9fd32b6ac397b68581118fe40ce00430399f Mon Sep 17 00:00:00 2001 From: Can Li Date: Tue, 17 Dec 2024 17:51:39 -0500 Subject: [PATCH] add scChat (#60) --- _data/transformer-llms.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/_data/transformer-llms.yml b/_data/transformer-llms.yml index 00c21db..042f361 100644 --- a/_data/transformer-llms.yml +++ b/_data/transformer-llms.yml @@ -1,3 +1,19 @@ +- model: scChat + paper: + type: preprint + text: '[Lu et al. 2024](https://www.biorxiv.org/content/10.1101/2024.10.01.616063v2.abstract)' + url: https://www.biorxiv.org/content/10.1101/2024.10.01.616063v2.abstract + code: + type: reproducible + text: "[ð\x9F\x9B\_GitHub](https://github.com/li-group/scChat)" + url: https://github.com/li-group/scChat + omic_modalities: scRNA-seq + pre_training_dataset: [GPT-4o](https://api.openai.com/) + input_embedding: 'Other: Natural language descriptions' + architecture: '[GPT-4o](https://api.openai.com/) ' + ssl_tasks: '-' + supervised_tasks: '-' + zero_shot_tasks: cell type annotation, research hypothesis validation and generation, experiment design suggestions. - model: CELLama paper: type: preprint