Instructions to use Shaier/BERT_MC_OpenBookQA_from_scratch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shaier/BERT_MC_OpenBookQA_from_scratch with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("Shaier/BERT_MC_OpenBookQA_from_scratch") model = AutoModelForMultipleChoice.from_pretrained("Shaier/BERT_MC_OpenBookQA_from_scratch") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened 9 days ago
by
SFconvertbot