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:8672228a9736c4bf2cb45ec79548952a298e26995b567fbb5c9c83c555093b6e
|
| 3 |
size 267829484
|