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 1000
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:d3794e1116f7e08cc76ab91f11c8ddedd3a9e0bf86dc9197826a972c87fdab80
|
| 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:e314707be013379aa63d2f6affef28d408dfbea7548d9ad6ad6d828bb47b6cf5
|
| 3 |
+
size 4646
|