Instructions to use ShynBui/s13 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShynBui/s13 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ShynBui/s13")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ShynBui/s13") model = AutoModelForQuestionAnswering.from_pretrained("ShynBui/s13") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430908208
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:275c5e3af40f1b15f1c8dff75b2398f59ef40dabe663ce6c139a995d5c915167
|
| 3 |
size 430908208
|
runs/Dec17_05-28-33_be1f5295f70a/events.out.tfevents.1702790917.be1f5295f70a.1968.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:44e0b379ae86d7262f11d99a17aab01c7a9783e21f2d3d27d688cb663cb90ad5
|
| 3 |
+
size 26974
|