Instructions to use hoganpham/my_first_qa_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hoganpham/my_first_qa_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="hoganpham/my_first_qa_model")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("hoganpham/my_first_qa_model") model = AutoModelForQuestionAnswering.from_pretrained("hoganpham/my_first_qa_model") - Notebooks
- Google Colab
- Kaggle
Hoang Pham commited on
Training in progress, step 750
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265470032
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69431f22b3137828d9a456aebc24cc01744b57d639520c525c1202d3d2088c24
|
| 3 |
size 265470032
|
runs/Dec16_07-56-56_998fe888f286/events.out.tfevents.1734335818.998fe888f286.3478.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:0d031b4708a1d2e325407f249fcf734d51d7a8ec785fe98a53f1adcb5cc561b0
|
| 3 |
+
size 5702
|