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
|
@@ -6,6 +6,7 @@ tags:
|
|
| 6 |
- Machine Learning
|
| 7 |
- Bioinformatics
|
| 8 |
- Synthetic Biology
|
|
|
|
| 9 |
license: apache-2.0
|
| 10 |
pipeline_tag: token-classification
|
| 11 |
---
|
|
|
|
| 6 |
- Machine Learning
|
| 7 |
- Bioinformatics
|
| 8 |
- Synthetic Biology
|
| 9 |
+
- biology
|
| 10 |
license: apache-2.0
|
| 11 |
pipeline_tag: token-classification
|
| 12 |
---
|