Instructions to use thangvip/bert-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thangvip/bert-finetuned-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="thangvip/bert-finetuned-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("thangvip/bert-finetuned-squad") model = AutoModelForQuestionAnswering.from_pretrained("thangvip/bert-finetuned-squad", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
a5ea060
1
Parent(s): 10f965f
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (6873022a2385c9075437b7078252a1ab5f42c7e3)
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:7975de81fda8468a5dd27dcffb23068d1b7185a904ad880fcfa2cd2a64514ddd
|
| 3 |
+
size 430908208
|