Instructions to use ShynBui/s28 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShynBui/s28 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ShynBui/s28")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ShynBui/s28") model = AutoModelForQuestionAnswering.from_pretrained("ShynBui/s28") - Notebooks
- Google Colab
- Kaggle
Training complete_s28
Browse files
runs/Aug05_00-08-44_5ba1357380aa/events.out.tfevents.1691194309.5ba1357380aa.907.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:77ad2b4b6d0ec031ad5e86b343274c17a8beb299c2e68e55baed61e7d16bb1e4
|
| 3 |
+
size 12131
|