Instructions to use EMBO/bio-lm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EMBO/bio-lm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="EMBO/bio-lm")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("EMBO/bio-lm") model = AutoModelForMaskedLM.from_pretrained("EMBO/bio-lm") - Notebooks
- Google Colab
- Kaggle
Commit ·
f737059
1
Parent(s): fc62585
upload flax model
Browse files- flax_model.msgpack +3 -0
flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d674427b55d9ba7fbebf0efc83383e28a5af890787436ec6c89f0cb6951d1155
|
| 3 |
+
size 498796983
|