yangyz1230 commited on
Commit
daa66e3
·
verified ·
1 Parent(s): a26d959

Create README.md

Browse files

This is the official implementation of the ICML 2025 poster paper "SPACE: Your Genomic Profile Predictor is a Powerful DNA Foundation Model".
## Usage
You should first download the source code of our model from the github repo:
```bash
git clone https://github.com/ZhuJiwei111/SPACE
cd SPACE
```

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

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

## Citation

If you find our work or code helpful, please cite:

```bibtex
@misc {yang2025spacegenomicprofilepredictor,
title={SPACE: Your Genomic Profile Predictor is a Powerful DNA Foundation Model},
author={Zhao Yang and Jiwei Zhu and Bing Su},
year={2025},
eprint={2506.01833},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2506.01833},
}

Files changed (1) hide show
  1. README.md +4 -0
README.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - yangyz1230/space
4
+ ---