Question Answering
Transformers
PyTorch
Safetensors
English
bart
squad
squad_v2
Eval Results (legacy)
Instructions to use sjrhuschlee/bart-base-squad2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sjrhuschlee/bart-base-squad2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="sjrhuschlee/bart-base-squad2")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("sjrhuschlee/bart-base-squad2") model = AutoModelForQuestionAnswering.from_pretrained("sjrhuschlee/bart-base-squad2") - Notebooks
- Google Colab
- Kaggle
Commit 路
859875b
1
Parent(s): 61772bf
Upload model.safetensors with huggingface_hub
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7822ace2671f6fd9e95e9db05165d94bf13755197e29a9fd5bfdf4223cb59b9a
|
| 3 |
+
size 557717800
|