Instructions to use Matheusmatos2916/my_awesome_qa_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Matheusmatos2916/my_awesome_qa_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Matheusmatos2916/my_awesome_qa_model")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Matheusmatos2916/my_awesome_qa_model") model = AutoModelForQuestionAnswering.from_pretrained("Matheusmatos2916/my_awesome_qa_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit 路
16a5368
1
Parent(s): e63905c
Training in progress, step 500
Browse files- pytorch_model.bin +1 -1
- training_args.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 496292326
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7164b0054f4f31d60e0aa5958b7dff62f62d8383e8fb34a883ec332341de6233
|
| 3 |
size 496292326
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4472
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84aa0e2a983035197ada588c2a85bfc5a01a3bfc7b21f04d62dc1ebbd34cc5fe
|
| 3 |
size 4472
|