Instructions to use ShynBui/s25 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShynBui/s25 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ShynBui/s25")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ShynBui/s25") model = AutoModelForQuestionAnswering.from_pretrained("ShynBui/s25") - Notebooks
- Google Colab
- Kaggle
Training complete_25
Browse files
runs/Aug04_23-43-08_e3407238a0c5/events.out.tfevents.1691192594.e3407238a0c5.541.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:fd09ddd461cf664fbdfdee899a5d56f2db33abbb5d38c51ffd0a7b0746ce4cca
|
| 3 |
+
size 38689
|