Instructions to use ShynBui/s19 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShynBui/s19 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ShynBui/s19")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ShynBui/s19") model = AutoModelForQuestionAnswering.from_pretrained("ShynBui/s19") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
runs/Aug05_10-14-39_92b09c629bd1/events.out.tfevents.1691230598.92b09c629bd1.1351.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afd04109e8e6d99db2f80ec4c5cd6b7f4f0ee31252c4486e2e51df3880c1773f
|
| 3 |
+
size 15289
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3963
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa5e6a9b8e4b7ce00ec5b03ed65ce1a30ad0c984ae75b7d485fba85a9aa17982
|
| 3 |
size 3963
|