Instructions to use pi3ni0/pubmedqa-scibert-special with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pi3ni0/pubmedqa-scibert-special with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("pi3ni0/pubmedqa-scibert-special") model = AutoModelForPreTraining.from_pretrained("pi3ni0/pubmedqa-scibert-special") - Notebooks
- Google Colab
- Kaggle
Ctrl+K