adibvafa commited on
Commit
8d5df03
·
verified ·
1 Parent(s): f5ac947

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -10,22 +10,21 @@ license: apache-2.0
10
  pipeline_tag: token-classification
11
  ---
12
 
13
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64c9888b3137cc529d0761c4/GqKutRwiGGif69Gjd8Df3.png)
14
- **Note this is the pretrained model. We recommend using the finetuned model available at https://huggingface.co/adibvafa/CodonTransformer**
15
-
16
 
17
  **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.
18
 
19
 
20
  ## Authors
21
- 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>‡
22
 
23
  <sup>1</sup> Vector Institute for Artificial Intelligence, Toronto ON, Canada
24
  <sup>2</sup> University of Toronto Scarborough; Department of Biological Science; Scarborough ON, Canada
25
  <sup>3</sup> Université Paris Cité, INSERM U1284, Center for Research and Interdisciplinarity, F-75006 Paris, France
26
  \* These authors contributed equally to this work.
27
- ‡ To whom correspondence should be addressed: **[email protected]** <br>
28
-
 
29
 
30
  ## Use Case
31
  **For a guide on finetuning CodonTransformer, check out our [GitHub.](https://github.com/Adibvafa/CodonTransformer/tree/main?tab=readme-ov-file#finetuning-codontransformer)**
@@ -56,7 +55,7 @@ output = predict_dna_sequence(
56
  organism=organism,
57
  device=DEVICE,
58
  tokenizer_object=tokenizer,
59
- model_object=model,
60
  attention_type="original_full",
61
  )
62
  print(format_model_output(output))
 
10
  pipeline_tag: token-classification
11
  ---
12
 
13
+ ![image/png](https://github.com/Adibvafa/CodonTransformer/raw/main/src/banner_final.png)
 
 
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
  ## Use Case
30
  **For a guide on finetuning CodonTransformer, check out our [GitHub.](https://github.com/Adibvafa/CodonTransformer/tree/main?tab=readme-ov-file#finetuning-codontransformer)**
 
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))