Instructions to use sptrodon/Optimum-Graphcore-Demo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sptrodon/Optimum-Graphcore-Demo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="sptrodon/Optimum-Graphcore-Demo")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("sptrodon/Optimum-Graphcore-Demo") model = AutoModelForQuestionAnswering.from_pretrained("sptrodon/Optimum-Graphcore-Demo") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30af9a3032ddd720c88edd40b71af0571cf4c769f306f11be611e7fe0f3a6b96
|
| 3 |
+
size 668239412
|