Instructions to use cgt/pert-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cgt/pert-qa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="cgt/pert-qa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("cgt/pert-qa") model = AutoModelForQuestionAnswering.from_pretrained("cgt/pert-qa") - Notebooks
- Google Colab
- Kaggle
train completed.
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1298034865
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2749ba272a41151632eef2a7bec7378dc9e621b40422bf572957715e89c1c1c0
|
| 3 |
size 1298034865
|
runs/Nov22_16-56-02_omnisky/events.out.tfevents.1669107376.omnisky.408740.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f090072bf07683afccd71b5d7e20b0b9163c72a8cfc78daa9f911c451228219
|
| 3 |
+
size 6081
|