Instructions to use philschmid/distilbert-neuron with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use philschmid/distilbert-neuron with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="philschmid/distilbert-neuron")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("philschmid/distilbert-neuron") model = AutoModelForQuestionAnswering.from_pretrained("philschmid/distilbert-neuron") - Notebooks
- Google Colab
- Kaggle
Commit 路
5d82d1b
1
Parent(s): 3f445a7
Upload neuron_model.pt with git-lfs
Browse files- neuron_model.pt +3 -0
neuron_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56d7063e6a79afb0fe17d83ba48360934eb36c3b7aed0b36b4e69b5ee9a5c9f3
|
| 3 |
+
size 159562243
|