mattwoodx commited on
Commit
a2b8523
·
verified ·
1 Parent(s): 4d3760b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -64,4 +64,19 @@ mamba2_mrna_fine_tune.train(train_dataset=train_dataset, train_labels=labels)
64
 
65
  # get outputs from the fine-tuned model on a processed dataset
66
  outputs = mamba2_mrna_fine_tune.get_outputs(train_dataset)
67
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
 
65
  # get outputs from the fine-tuned model on a processed dataset
66
  outputs = mamba2_mrna_fine_tune.get_outputs(train_dataset)
67
+ ```
68
+
69
+ #### Cite the package
70
+
71
+ ```bibtex
72
+ @software{allard_2024_13135902,
73
+ author = {Helical Team},
74
+ title = {helicalAI/helical: v0.0.1-alpha10},
75
+ month = nov,
76
+ year = 2024,
77
+ publisher = {Zenodo},
78
+ version = {0.0.1a10},
79
+ doi = {10.5281/zenodo.13135902},
80
+ url = {https://doi.org/10.5281/zenodo.13135902}
81
+ }
82
+ ```