Instructions to use abhi1nandy2/Craft-bionlp-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abhi1nandy2/Craft-bionlp-roberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="abhi1nandy2/Craft-bionlp-roberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("abhi1nandy2/Craft-bionlp-roberta-base") model = AutoModelForMaskedLM.from_pretrained("abhi1nandy2/Craft-bionlp-roberta-base") - Notebooks
- Google Colab
- Kaggle
Commit ·
5e6c585
1
Parent(s): 3afba5f
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:816de6aef654c17e76d5a9217e05fd40022a6189980bde0ee477003e45c6f2cc
|
| 3 |
+
size 498796983
|