Instructions to use ChatterjeeLab/MetaLATTE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ChatterjeeLab/MetaLATTE with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ChatterjeeLab/MetaLATTE", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
e797a32
1
Parent(s): c2c73fc
update readme
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
---
|
| 4 |
|
| 5 |
# MetaLATTE: Metal Binding Prediction via Multi-Task Learning on Protein Language Model Latents
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-nc-nd-4.0
|
| 3 |
---
|
| 4 |
|
| 5 |
# MetaLATTE: Metal Binding Prediction via Multi-Task Learning on Protein Language Model Latents
|