Instructions to use ShynBui/s10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShynBui/s10 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ShynBui/s10")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ShynBui/s10") model = AutoModelForQuestionAnswering.from_pretrained("ShynBui/s10") - Notebooks
- Google Colab
- Kaggle
Training complete_s10
Browse files
runs/Aug05_09-56-58_9449d581da58/events.out.tfevents.1691229543.9449d581da58.168.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:717b98f4af44a9bbe184754793ca324459ba273f96f1bb8a828a3e46f0beae21
|
| 3 |
+
size 12131
|