Instructions to use Taykhoom/CodonBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Taykhoom/CodonBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Taykhoom/CodonBERT", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("Taykhoom/CodonBERT", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -60,7 +60,7 @@ Verified with eager and sdpa backends on GPU with PyTorch 2.7 / CUDA 12.
|
|
| 60 |
|
| 61 |
## Related Models
|
| 62 |
|
| 63 |
-
See the full [CodonBERT collection](https://huggingface.co/collections/Taykhoom/codonbert-
|
| 64 |
|
| 65 |
| Model | Notes |
|
| 66 |
|---|---|
|
|
|
|
| 60 |
|
| 61 |
## Related Models
|
| 62 |
|
| 63 |
+
See the full [CodonBERT collection](https://huggingface.co/collections/Taykhoom/codonbert-6a2215ba01c589ad8eac8a2d).
|
| 64 |
|
| 65 |
| Model | Notes |
|
| 66 |
|---|---|
|