Instructions to use Splend1dchan/canine-c-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Splend1dchan/canine-c-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Splend1dchan/canine-c-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Splend1dchan/canine-c-squad") model = AutoModelForQuestionAnswering.from_pretrained("Splend1dchan/canine-c-squad") - Notebooks
- Google Colab
- Kaggle
Commit ·
d11b8d6
1
Parent(s): 025701b
Upload training_args.bin with git-lfs
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfa90638de90bbaa57528c55a0da82172deb9f9f1db2cec5c60fd02057cfdb71
|
| 3 |
+
size 1647
|