Instructions to use piecake/model_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use piecake/model_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="piecake/model_2")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("piecake/model_2") model = AutoModelForQuestionAnswering.from_pretrained("piecake/model_2") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 3500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 406737680
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8a204abe188d2cbdf9c08bc50fb5083e4737aabfee2f245d2f86bb5a01438cb
|
| 3 |
size 406737680
|
runs/Nov15_14-41-17_1857d0d189ba/events.out.tfevents.1700059358.1857d0d189ba.1199.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:4342f9dd17edbbb2a088f5f643e5c8c88ccc7f8f57e046db098a4bf340c4f9f5
|
| 3 |
+
size 5973
|