Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed scChat #61

Merged
merged 4 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _data/transformer-llms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
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/)
pre_training_dataset: '[GPT-4o](https://api.openai.com/)'
input_embedding: 'Other: Natural language descriptions'
architecture: '[GPT-4o](https://api.openai.com/) '
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.
zero_shot_tasks: Cell type annotation, research hypothesis validation and generation, experiment design suggestions
- model: CELLama
paper:
type: preprint
Expand Down
16 changes: 16 additions & 0 deletions _site/_data/transformer-llms.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion _site/_pages/implementations.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="http://localhost:4000/single-cell-transformer-papers/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/single-cell-transformer-papers/" rel="alternate" type="text/html" /><updated>2024-12-11T08:49:51+01:00</updated><id>http://localhost:4000/single-cell-transformer-papers/feed.xml</id><title type="html">Transformers in Single-Cell Omics</title><subtitle>A curated collection of papers on transformers in single-cell analysis</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="http://localhost:4000/single-cell-transformer-papers/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/single-cell-transformer-papers/" rel="alternate" type="text/html" /><updated>2024-12-18T09:50:36+01:00</updated><id>http://localhost:4000/single-cell-transformer-papers/feed.xml</id><title type="html">Transformers in Single-Cell Omics</title><subtitle>A curated collection of papers on transformers in single-cell analysis</subtitle></feed>
2 changes: 1 addition & 1 deletion _site/implementations.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/single-cell-transformers.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/transformer-evaluation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/transformer-llms.html

Large diffs are not rendered by default.

Loading