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 2000
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:54c54342c67cb7826257f7e27dce62bb903e902ec0b2e1c326ba241303540b91
|
| 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:1774e04fc3e57668544651702b0934c8662adce0fd454ea4927f48d5733ff529
|
| 3 |
+
size 5231
|