Transformers
PyTorch
t5
text2text-generation
biology
protein
protein language model
protein embedding
text-generation-inference
Instructions to use ElnaggarLab/ankh2-ext1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ElnaggarLab/ankh2-ext1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ElnaggarLab/ankh2-ext1") model = AutoModelForSeq2SeqLM.from_pretrained("ElnaggarLab/ankh2-ext1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -112,13 +112,13 @@ Test results :
|
|
| 112 |
### BibTeX entry and citation info
|
| 113 |
|
| 114 |
```bibtex
|
| 115 |
-
@
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
}
|
| 123 |
```
|
| 124 |
|
|
|
|
| 112 |
### BibTeX entry and citation info
|
| 113 |
|
| 114 |
```bibtex
|
| 115 |
+
@misc{elnaggar_lab_2025,
|
| 116 |
+
author = { Elnaggar Lab },
|
| 117 |
+
title = { ankh2-ext1 (Revision 286cb6e) },
|
| 118 |
+
year = 2025,
|
| 119 |
+
url = { https://huggingface.co/ElnaggarLab/ankh2-ext1 },
|
| 120 |
+
doi = { 10.57967/hf/5339 },
|
| 121 |
+
publisher = { Hugging Face }
|
| 122 |
}
|
| 123 |
```
|
| 124 |
|