Instructions to use JadenLong/MutBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JadenLong/MutBERT with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("JadenLong/MutBERT", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
- bioRxiv 2025.01.23.634452
|
| 8 |
---
|
| 9 |
|
| 10 |
-
**This is repository for MutBERT (with mutation data in human genome)**.
|
| 11 |
|
| 12 |
## Introduction
|
| 13 |
|
|
|
|
| 7 |
- bioRxiv 2025.01.23.634452
|
| 8 |
---
|
| 9 |
|
| 10 |
+
**This is repository for MutBERT (pretrained with mutation data in human genome)**.
|
| 11 |
|
| 12 |
## Introduction
|
| 13 |
|