Instructions to use Shaier/BERT_MC_OpenBookQA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shaier/BERT_MC_OpenBookQA with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("Shaier/BERT_MC_OpenBookQA") model = AutoModelForMultipleChoice.from_pretrained("Shaier/BERT_MC_OpenBookQA") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438003053
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4c7d7f9f9e87fadf89485032fc5cb7dade3d8b9070bbb3f8948ff76073a271a
|
| 3 |
size 438003053
|