Instructions to use Clyvey/squad_qna_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Clyvey/squad_qna_model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("Clyvey/squad_qna_model") model = AutoModelForMultipleChoice.from_pretrained("Clyvey/squad_qna_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 5000
Browse files- pytorch_model.bin +1 -1
- training_args.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 267852461
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71275984d874dd5ec84e0b4403b1238bfd1fb8e36f753d7424bf2ecd4d33edbe
|
| 3 |
size 267852461
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f76241f10e6e2b4540ef808490cabbd1b49c4decbb744c4986c737dce6fcc95d
|
| 3 |
size 4027
|