Instructions to use Nared45/qa_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Nared45/qa_model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("Nared45/qa_model") model = AutoModelForMultipleChoice.from_pretrained("Nared45/qa_model") - Notebooks
- Google Colab
- Kaggle
Upload DistilBertForMultipleChoice
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267829484
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e53282a13414caf819dc80f9c150d7b2a66aa2d93826d666961266e468fc18d
|
| 3 |
size 267829484
|