R3LM
Collection
2 items • Updated
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
license: apache-2.0 base_model: Qwen/Qwen3-4B-Instruct-2507 tags:
pip install huggingface_hub
python -c "
from huggingface_hub import snapshot_download
snapshot_download(
repo_id='DuanYi/R3LM',
repo_type='model',
local_dir='./model',
)
"
Requires LLaMA-Factory with the custom chatml_with_n template registered — see configs/TEMPLATE.md.
git clone https://github.com/DuanYi516/R3LM.git && cd R3LM
pip install -e .
pip install llamafactory vllm
# download weights into ./model/ (command above)
bash scripts/generate_rationales.sh \
K562 \
model/R3LM_K562 \
/path/to/rcc-sharegpt.jsonl \
outputs/K562/self-generated-rationales.jsonl
Decoding defaults: temperature 0.95, top_p 0.7, max_new_tokens 1024.
@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},
}
Apache License 2.0 — same as the R3LM codebase.