Instructions to use bstds/id-extractive-bert-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bstds/id-extractive-bert-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="bstds/id-extractive-bert-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("bstds/id-extractive-bert-squad") model = AutoModelForQuestionAnswering.from_pretrained("bstds/id-extractive-bert-squad") - Notebooks
- Google Colab
- Kaggle
Commit 路
2c8fbe8
1
Parent(s): 4b75130
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (65eb71080f5f8204a97f2116ddc3f1b0e8331e75)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecf63732a66e25535b7296fcab88560747627cd7a9f52bef5bb3da1275d05d89
|
| 3 |
+
size 439904152
|