dflevine13 commited on
Commit
dc1f050
1 Parent(s): c626904

updated readme

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -27,4 +27,28 @@ dataset_info:
27
  num_examples: 27382
28
  download_size: 2322876358
29
  dataset_size: 2892669154
 
 
 
 
 
 
 
 
 
 
 
30
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  num_examples: 27382
28
  download_size: 2322876358
29
  dataset_size: 2892669154
30
+ task_categories:
31
+ - text-generation
32
+ - question-answering
33
+ language:
34
+ - en
35
+ tags:
36
+ - biology
37
+ - pytorch
38
+ - causal-lm
39
+ size_categories:
40
+ - 100K<n<1M
41
  ---
42
+
43
+
44
+ # Overview
45
+
46
+ Cell2Sentence is a novel method for adapting large language models to single-cell transcriptomics.
47
+ We transform single-cell RNA sequencing data into sequences of gene names ordered by expression level, termed "cell sentences".
48
+ This dataset was constructed from the immune tissue dataset in [Domínguez et al.](https://www.science.org/doi/10.1126/science.abl5197),
49
+ and it was used to train the [Pythia-160m model](https://huggingface.co/EleutherAI/pythia-160m) capable of generating complete cells described in our paper.
50
+ Details about the Cell2Sentence transformation and preprocessing pipeline can be found in our paper and GitHub repo linked below.
51
+
52
+ GitHub: <https://github.com/vandijklab/cell2sentence-ft>
53
+ Paper: <https://www.biorxiv.org/content/10.1101/2023.09.11.557287v3>
54
+ Model Card: <https://huggingface.co/vandijklab/pythia-160m-c2s>