Add pipeline tag and paper link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,14 +1,17 @@
1
  ---
2
- license: mit
3
  library_name: pytorch
 
 
4
  tags:
5
- - spatial-transcriptomics
6
- - self-supervised-learning
7
- - jepa
8
  ---
9
 
10
  # CellWorld pretrained models
11
 
 
 
12
  This repository contains the four canonical CellWorld pretrained
13
  models used for model-scale experiments. CellWorld is a joint-embedding
14
  predictive architecture for spatial transcriptomics.
@@ -69,4 +72,4 @@ Checksums, byte sizes, and tensor-element counts are recorded in
69
 
70
  Source code: https://github.com/UoM-HealthAI/CellWorld
71
 
72
- Released under the MIT License.
 
1
  ---
 
2
  library_name: pytorch
3
+ license: mit
4
+ pipeline_tag: other
5
  tags:
6
+ - spatial-transcriptomics
7
+ - self-supervised-learning
8
+ - jepa
9
  ---
10
 
11
  # CellWorld pretrained models
12
 
13
+ CellWorld is introduced in the paper [CellWorld: From Gene-Level Reconstruction to Latent Cell Prediction in Spatial Transcriptomics Foundation Models](https://huggingface.co/papers/2608.06659).
14
+
15
  This repository contains the four canonical CellWorld pretrained
16
  models used for model-scale experiments. CellWorld is a joint-embedding
17
  predictive architecture for spatial transcriptomics.
 
72
 
73
  Source code: https://github.com/UoM-HealthAI/CellWorld
74
 
75
+ Released under the MIT License.