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,6 +7,8 @@ tags:
|
|
| 7 |
- bioRxiv 2025.01.23.634452
|
| 8 |
---
|
| 9 |
|
|
|
|
|
|
|
| 10 |
## Introduction
|
| 11 |
|
| 12 |
This is the official pre-trained model introduced in MutBERT: Probabilistic Genome Representation Improves Genomics Foundation Models.
|
|
|
|
| 7 |
- bioRxiv 2025.01.23.634452
|
| 8 |
---
|
| 9 |
|
| 10 |
+
**This is repository for MutBERT (with mutation data in human genome)**.
|
| 11 |
+
|
| 12 |
## Introduction
|
| 13 |
|
| 14 |
This is the official pre-trained model introduced in MutBERT: Probabilistic Genome Representation Improves Genomics Foundation Models.
|