Instructions to use SebastianS/bert-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SebastianS/bert-finetuned-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="SebastianS/bert-finetuned-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("SebastianS/bert-finetuned-squad") model = AutoModelForQuestionAnswering.from_pretrained("SebastianS/bert-finetuned-squad", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit 路
cf11471
1
Parent(s): fcb9c34
Training complete
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430955313
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:972b53f4fd7b321ced0e4ec2b018a6d1cffbcb7459b07ac956bd16b50c97fd79
|
| 3 |
size 430955313
|
runs/May15_14-47-27_70a0a5fffa21/events.out.tfevents.1652626073.70a0a5fffa21.72.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01968c2e699d291f6989b0169bd3d3673ae406aa9fb026ac41fb27e3443ba114
|
| 3 |
+
size 4960
|