R3LM_K562 / README.md
DuanYi's picture
Upload R3LM_K562 Stage-I checkpoint
6e8a9f0 verified
|
Raw
History Blame Contribute Delete
1.06 kB
metadata
license: apache-2.0
base_model: Qwen/Qwen3-4B-Instruct-2507
tags:
  - biology
  - genomics
  - dna
  - enhancer
  - chain-of-thought
  - qwen3
library_name: transformers
pipeline_tag: text-generation

R3LM — K562

Load model

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "DuanYi/R3LM_K562"

tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
    model_id,
    torch_dtype="auto",
    device_map="auto",
)

Citation

@inproceedings{Duan2026Biological,
  author    = {Yi Duan and Zhao Yang and Jiwei Zhu and Ying Ba and Chuan Cao and Bing Su},
  title     = {Biological Reasoning-Informed Regression for Interpretable Regulatory {DNA} Activity Prediction},
  booktitle = {Proceedings of the 32nd ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.2 (KDD 2026)},
  year      = {2026},
  doi       = {10.1145/3770855.3818836},
}

License

Apache 2.0 — see R3LM LICENSE.