Instructions to use gsarti/biobert-nli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gsarti/biobert-nli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="gsarti/biobert-nli")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("gsarti/biobert-nli") model = AutoModel.from_pretrained("gsarti/biobert-nli") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model.bin
#7 opened about 1 year ago
by
nagendrasunkara
Upload pytorch_model.bin
#6 opened about 2 years ago
by
vishnuramj1008
Is this message normal: "No sentence-transformers model found with name /Users/holmes5/.cache/torch/sentence_transformers/gsarti_biobert-nli. Creating a new one with MEAN pooling."
#5 opened over 2 years ago
by
JHolmes89
Upload pytorch_model.bin
#4 opened over 2 years ago
by
GantaNeelima
Adding `safetensors` variant of this model
#3 opened about 3 years ago
by
SFconvertbot