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