Downloads · 30 days
21
1% of all-time downloads
yangyz1230/space
space is a machine learning model from yangyz1230. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
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).
Downloads · 30 days
21
1% of all-time downloads
All-time downloads
1.6K
Public
Repo size
4.7 GB
Likes
3
Public
Click a slice to open those files.
.bin2.4 GB · 100%
From the Hugging Face model README
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).
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)
@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}
}