Instructions to use rsml/bbert_qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rsml/bbert_qa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="rsml/bbert_qa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("rsml/bbert_qa") model = AutoModelForQuestionAnswering.from_pretrained("rsml/bbert_qa") - Notebooks
- Google Colab
- Kaggle
Rachel M Lee commited on
Commit 路
5391cc3
1
Parent(s): 724950b
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265492517
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:698d2331965859b8f17ab1dcf494c341adb98581fcbf5b83d17c2be99bbc133a
|
| 3 |
size 265492517
|
runs/Jul16_17-42-41_f443397bf5c9/events.out.tfevents.1689529366.f443397bf5c9.298.1
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:b20a4bc39bb20ba9b62173d2ca6bcec8676fcb9b95f1998e448649ecd0ce4cda
|
| 3 |
+
size 5193
|