Instructions to use cgt/my-QA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cgt/my-QA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="cgt/my-QA")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("cgt/my-QA") model = AutoModelForQuestionAnswering.from_pretrained("cgt/my-QA", device_map="auto") - 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:554b75b2a61b7d29d2a9a0fc6a1c34e2a5069317138170343133b93bb88b9fc9
|
| 3 |
size 1298034865
|
runs/Dec05_22-02-43_omnisky/events.out.tfevents.1670248975.omnisky.810899.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:5e42ad59291c93ae32c1c8b1b79b92604144fce328d4c428dbe25661ca21e4c3
|
| 3 |
+
size 5376
|