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 1500
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:6337e78d865a1e503673e474c37d145601df3f597fcca64d5a8f1341cadba843
|
| 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:828e880c2afe87cb6f0ebc2edb949af182a8b88e30a5f184b94c9a335ba55ce5
|
| 3 |
+
size 5074
|