Instructions to use ShynBui/s11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShynBui/s11 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ShynBui/s11")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ShynBui/s11") model = AutoModelForQuestionAnswering.from_pretrained("ShynBui/s11") - Notebooks
- Google Colab
- Kaggle
Training complete_s11
Browse files
runs/Aug04_18-09-20_74d128541e9c/events.out.tfevents.1691172567.74d128541e9c.2314.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:b09089f10bc37236bbcaa060adbc0ecaa1ba885da77ffe428c53017a9e6db139
|
| 3 |
+
size 12771
|