Instructions to use jon-t/Bio_ClinicalBERT_QA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jon-t/Bio_ClinicalBERT_QA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="jon-t/Bio_ClinicalBERT_QA")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("jon-t/Bio_ClinicalBERT_QA") model = AutoModelForQuestionAnswering.from_pretrained("jon-t/Bio_ClinicalBERT_QA") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 10000
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430908208
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb480f808d8bc5274eed7076d82d7685b18c2453b08396d47b481b0467926c3b
|
| 3 |
size 430908208
|