Instructions to use EMBO/BioMegatron345mUncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EMBO/BioMegatron345mUncased with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("EMBO/BioMegatron345mUncased", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Dr. Jorge Abreu Vicente commited on
Commit ·
32a330b
1
Parent(s): 1001acb
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
-
|
| 5 |
!---
|
| 6 |
|
| 7 |
# ##############################################################################################
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- english
|
| 5 |
+
thumbnail:
|
| 6 |
+
tags:
|
| 7 |
+
- language model
|
| 8 |
---
|
|
|
|
| 9 |
!---
|
| 10 |
|
| 11 |
# ##############################################################################################
|