zzq1zh commited on
Commit
6538bc4
·
verified ·
1 Parent(s): a206631

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -28,4 +28,18 @@ inputs = tokenizer(sequence, return_tensors="pt")
28
  outputs = model(**inputs)
29
 
30
  # Access logits or reconstruct masked spans
31
- logits = outputs.logits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  outputs = model(**inputs)
29
 
30
  # Access logits or reconstruct masked spans
31
+ logits = outputs.logits
32
+ ```
33
+
34
+ ---
35
+
36
+ ### Citation
37
+ ```python
38
+ @inproceedings{
39
+ liu2025eccdnamamba,
40
+ title={ecc{DNAM}amba: A Pre-Trained Model for Ultra-Long ecc{DNA} Sequence Analysis},
41
+ author={Zhenke Liu and Jien Li and Ziqi Zhang},
42
+ booktitle={ICML 2025 Generative AI and Biology (GenBio) Workshop},
43
+ year={2025},
44
+ url={https://openreview.net/forum?id=56xKN7KJjy}
45
+ }