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 ·
309f51a
1
Parent(s): 3c7fad5
Upload pytorch_model.bin with git-lfs
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a3325b41788ec343b7d158b39b7c8f213e0730b0a1c2ce500d2cf363191bd0a
|
| 3 |
+
size 528552655
|