Instructions to use Synthyra/ANKH3_large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Synthyra/ANKH3_large with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Synthyra/ANKH3_large", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# FastANKH
|
| 2 |
|
| 3 |
Fast, optimized implementations of ANKH protein language models (T5-based) with multi-backend attention support.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
tags:
|
| 4 |
+
- protein language model
|
| 5 |
+
- biology
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
# FastANKH
|
| 9 |
|
| 10 |
Fast, optimized implementations of ANKH protein language models (T5-based) with multi-backend attention support.
|