elonlit commited on
Commit
bded2ac
·
verified ·
1 Parent(s): 4bd2952

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -17,8 +17,7 @@ pipeline_tag: feature-extraction
17
 
18
  # GeneJEPA: A Predictive World Model of the Transcriptome
19
 
20
- **GeneJEPA** is a Joint-Embedding Predictive Architecture (JEPA) trained for self-supervised representation learning on scRNA-seq.
21
- It uses a Perceiver-style encoder to handle sparse, high-dimensional gene count vectors and learns from masked block prediction.
22
 
23
  **Why?** Produce compact cell embeddings you can use for clustering, transfer learning, linear probes, and downstream biological tasks.
24
 
 
17
 
18
  # GeneJEPA: A Predictive World Model of the Transcriptome
19
 
20
+ **GeneJEPA** is a Joint-Embedding Predictive Architecture (JEPA) trained for self-supervised representation learning on scRNA-seq. It uses a Perceiver-style encoder to handle sparse, high-dimensional gene count vectors and a Fourier-feature tokenizer for numerical tokenization.
 
21
 
22
  **Why?** Produce compact cell embeddings you can use for clustering, transfer learning, linear probes, and downstream biological tasks.
23