Instructions to use Vidyuth/bert-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vidyuth/bert-finetuned-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Vidyuth/bert-finetuned-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Vidyuth/bert-finetuned-squad") model = AutoModelForQuestionAnswering.from_pretrained("Vidyuth/bert-finetuned-squad") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- flax_model.msgpack +3 -0
- pytorch_model.bin +3 -0
flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c475728eac2bea40086f163f07f25541a2c133d88b6b05bb1f9b73cf0f3d5ce3
|
| 3 |
+
size 1330169528
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6599da272099c7cbba62fe391eb3d53dc96ddbeea57afc2bb639c1148ffd9b88
|
| 3 |
+
size 1334448817
|