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
File size: 134 Bytes
5e6c585 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:816de6aef654c17e76d5a9217e05fd40022a6189980bde0ee477003e45c6f2cc
size 498796983
|