Instructions to use EMBO/BioMegatron345mCased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EMBO/BioMegatron345mCased with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("EMBO/BioMegatron345mCased", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Dr. Jorge Abreu Vicente commited on
Commit ·
3b82e19
1
Parent(s): bfec62b
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 |
# ##############################################################################################
|