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 complete_s19
Browse files
runs/Aug05_10-14-39_92b09c629bd1/events.out.tfevents.1691230598.92b09c629bd1.1351.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:95afaab4884e367a405b0cca752825ee0905adb0ed5bd1edb5921d9e07e9239c
|
| 3 |
+
size 38689
|