Instructions to use AlpineHealth/date_family_relevancy_extraction_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlpineHealth/date_family_relevancy_extraction_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="AlpineHealth/date_family_relevancy_extraction_model")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("AlpineHealth/date_family_relevancy_extraction_model") model = AutoModelForQuestionAnswering.from_pretrained("AlpineHealth/date_family_relevancy_extraction_model") - Notebooks
- Google Colab
- Kaggle
Upload RobertaForQuestionAnswering
#4
by agr505 - opened
- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1417382701
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:282c9627d79c02475b5561b2122876dea717343f8e179cfcf3387a756b13a302
|
| 3 |
size 1417382701
|