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 路
b224cc5
1
Parent(s): dd147aa
Training in progress, step 500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 496250232
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dce758c8cd75b1d239275fc116f8150efb838dbfce0ae7d0c598e9c8ce38001b
|
| 3 |
size 496250232
|
runs/Nov30_10-51-54_e24631c6835a/events.out.tfevents.1701341515.e24631c6835a.215.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cfe40afde76048e97c045163894fcd8075d191daa4bf945b35df74859b1f1fd
|
| 3 |
+
size 5022
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0382cb0af520ea2a71ed568fa21e161727202a008042b82bb3638345b9e8ff43
|
| 3 |
size 4600
|