mattwoodx commited on
Commit
1a2b351
·
verified ·
1 Parent(s): 55efaa8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -76,7 +76,18 @@ helixr_fine_tune.train(train_dataset=train_dataset, train_labels=labels)
76
  outputs = helixr_fine_tune.get_outputs(train_dataset)
77
  ```
78
 
79
- #### Cite the package
 
 
 
 
 
 
 
 
 
 
 
80
 
81
  ```bibtex
82
  @software{allard_2024_13135902,
 
76
  outputs = helixr_fine_tune.get_outputs(train_dataset)
77
  ```
78
 
79
+ #### Cite the paper and package
80
+ ```bibtex
81
+ @misc{wood2025helixmrnahybridfoundationmodel,
82
+ title={Helix-mRNA: A Hybrid Foundation Model For Full Sequence mRNA Therapeutics},
83
+ author={Matthew Wood and Mathieu Klop and Maxime Allard},
84
+ year={2025},
85
+ eprint={2502.13785},
86
+ archivePrefix={arXiv},
87
+ primaryClass={q-bio.GN},
88
+ url={https://arxiv.org/abs/2502.13785},
89
+ }
90
+ ```
91
 
92
  ```bibtex
93
  @software{allard_2024_13135902,