Token Classification
Transformers
Safetensors
big_bird
fill-mask
CodonTransformer
Computational Biology
Machine Learning
Bioinformatics
Synthetic Biology
biology
Instructions to use adibvafa/CodonTransformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adibvafa/CodonTransformer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="adibvafa/CodonTransformer")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("adibvafa/CodonTransformer") model = AutoModelForMaskedLM.from_pretrained("adibvafa/CodonTransformer") - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -30,8 +30,6 @@ guillaume.filion@utoronto.ca, ariel.lindner@inserm.fr, amir.pandi@cri-paris.org
|
|
| 30 |
## Use Case
|
| 31 |
**For an interactive demo, check out our [Google Colab Notebook.](https://adibvafa.github.io/CodonTransformer/GoogleColab)**
|
| 32 |
<br></br>
|
| 33 |
-
**Ensure your Transformer version is < v4.50**
|
| 34 |
-
<br></br>
|
| 35 |
After installing CodonTransformer, you can use:
|
| 36 |
```python
|
| 37 |
import torch
|
|
|
|
| 30 |
## Use Case
|
| 31 |
**For an interactive demo, check out our [Google Colab Notebook.](https://adibvafa.github.io/CodonTransformer/GoogleColab)**
|
| 32 |
<br></br>
|
|
|
|
|
|
|
| 33 |
After installing CodonTransformer, you can use:
|
| 34 |
```python
|
| 35 |
import torch
|