File size: 879 Bytes
daa66e3
 
 
b320ce7
 
17862f0
6ce0674
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ff16136
 
 
 
 
 
 
 
6ce0674
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
datasets:
- yangyz1230/space
---

This is the official implementation of the ICML 2025 poster paper "SPACE: Your Genomic Profile Predictor is a Powerful DNA Foundation Model" (https://huggingface.co/papers/2506.01833).

## Usage

You should first download the source code from github:
```
git clone https://github.com/ZhuJiwei111/SPACE
cd SPACE
```

Then you can access the model through:
```
from model.modeling_space import Space

model_name_or_path = "yangyz1230/space"
model = Space.from_pretrained(model_name_or_path)
```

## Citation

```
@inproceedings{yang2025space,
      title={{SPACE}: Your Genomic Profile Predictor is a Powerful {DNA} Foundation Model},
      author={Zhao Yang and Jiwei Zhu and Bing Su},
      booktitle={Forty-second International Conference on Machine Learning},
      year={2025},
      url={https://openreview.net/forum?id=o4L9y4Jetm}
}
```