Instructions to use veronica320/QA-for-Event-Extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use veronica320/QA-for-Event-Extraction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="veronica320/QA-for-Event-Extraction")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("veronica320/QA-for-Event-Extraction") model = AutoModelForQuestionAnswering.from_pretrained("veronica320/QA-for-Event-Extraction", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit 路
579279e
1
Parent(s): 4a9ae8d
add model
Browse files- 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 1417415991
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2ccabee8828c50b029cde1ac6387d9d210c53964195217e8800dfca91d79ffe
|
| 3 |
size 1417415991
|