Update README.md
Browse files
README.md
CHANGED
|
@@ -10,19 +10,21 @@ license: apache-2.0
|
|
| 10 |
pipeline_tag: token-classification
|
| 11 |
---
|
| 12 |
|
| 13 |
-

|
| 59 |
print(format_model_output(output))
|
|
|
|
| 10 |
pipeline_tag: token-classification
|
| 11 |
---
|
| 12 |
|
| 13 |
+

|
| 14 |
|
| 15 |
**CodonTransformer** is the ultimate tool for codon optimization, transforming protein sequences into optimized DNA sequences specific for your target organisms. Whether you are a researcher or a practitioner in genetic engineering, CodonTransformer provides a comprehensive suite of features to facilitate your work. By leveraging the Transformer architecture and a user-friendly Jupyter notebook, it reduces the complexity of codon optimization, saving you time and effort.
|
| 16 |
|
| 17 |
|
| 18 |
## Authors
|
| 19 |
+
Adibvafa Fallahpour<sup>1,2</sup>\*, Vincent Gureghian<sup>3</sup>\*, Guillaume J. Filion<sup>2</sup>‡, Ariel B. Lindner<sup>3</sup>‡, Amir Pandi<sup>3</sup>‡
|
| 20 |
|
| 21 |
<sup>1</sup> Vector Institute for Artificial Intelligence, Toronto ON, Canada
|
| 22 |
<sup>2</sup> University of Toronto Scarborough; Department of Biological Science; Scarborough ON, Canada
|
| 23 |
<sup>3</sup> Université Paris Cité, INSERM U1284, Center for Research and Interdisciplinarity, F-75006 Paris, France
|
| 24 |
\* These authors contributed equally to this work.
|
| 25 |
+
‡ To whom correspondence should be addressed:
|
| 26 | |
| 27 |
+
<br>
|
| 28 |
|
| 29 |
|
| 30 |
## Use Case
|
|
|
|
| 55 |
organism=organism,
|
| 56 |
device=DEVICE,
|
| 57 |
tokenizer_object=tokenizer,
|
| 58 |
+
model=model,
|
| 59 |
attention_type="original_full",
|
| 60 |
)
|
| 61 |
print(format_model_output(output))
|